File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313)
1414
1515func main () {
16- fmt .Println ("code-push-server-go V1.0.1 " )
16+ fmt .Println ("code-push-server-go V1.0.2 " )
1717 // gin.SetMode(gin.ReleaseMode)
1818 g := gin .Default ()
1919 g .Use (gzip .Gzip (gzip .DefaultCompression ))
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ type createBundleReq struct {
6060 AppName * string `json:"appName" binding:"required"`
6161 Deployment * string `json:"deployment" binding:"required"`
6262 DownloadUrl * string `json:"downloadUrl" binding:"required"`
63- Description * string `json:"description" binding:"required" `
63+ Description * string `json:"description"`
6464 Version * string `json:"version" binding:"required"`
6565 Size * int64 `json:"size" binding:"required"`
6666 Hash * string `json:"hash" binding:"required"`
You can’t perform that action at this time.
0 commit comments