Skip to content

Commit

Permalink
feat: manager config model add is_boot key (#1025)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi committed Jan 21, 2022
1 parent 6cba36d commit 03b55d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manager/types/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@

package types

const (
// Server is boot
IsBootConfigName = "is_boot"
)

type ConfigParams struct {
ID uint `uri:"id" binding:"required"`
}
Expand Down

0 comments on commit 03b55d8

Please sign in to comment.