Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish111333 committed Aug 27, 2024
1 parent 150be64 commit e677eb3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkg/server/server.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package server

Check failure on line 1 in pkg/server/server.go

View workflow job for this annotation

GitHub Actions / golangci-lint

: # github.com/openkruise/kruise-game/pkg/server

import (
"log"

"github.com/gin-gonic/gin"
gameV1alpha1 "github.com/openkruise/kruise-game/pkg/client/clientset/versioned/typed/apis/v1alpha1"
"k8s.io/client-go/tools/clientcmd"
"log"
"net/http"
)

type gameServerUpdateRequest struct {
Expand Down Expand Up @@ -41,5 +41,7 @@ func StartServer() {

func updateImageTagHandler(client *gameV1alpha1.GameV1alpha1Client, c *gin.Context) {

client.
}
func changeUpdatePriority(client *gameV1alpha1.GameV1alpha1Client, c *gin.Context) {

}

0 comments on commit e677eb3

Please sign in to comment.