Skip to content

Commit

Permalink
fix format of preload/main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
godsarmy committed May 29, 2024
1 parent 5da310a commit 59cce57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions preload/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ type Server struct {
}

type ServerDetail struct {
Id int `json:"id" binding:"required"`
Cpu int `json:"cpu" binding:"required"`
Memory int `json:"memory" binding:"required"`
Disk int `json:"disk" binding:"required"`
Id int `json:"id" binding:"required"`
Cpu int `json:"cpu" binding:"required"`
Memory int `json:"memory" binding:"required"`
Disk int `json:"disk" binding:"required"`
}

var servers []Server
Expand Down

0 comments on commit 59cce57

Please sign in to comment.