Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Types = []string{
"uptool",
"promote",
}
)
Types
Functions ¶
This section is empty.
Types ¶
type ArgOp ¶
type ArgOp struct { Tp string `form:"tp"` Count int `form:"count" validate:"min=0"` Rank int `form:"rank" validate:"min=0"` }
ArgOp ArgOp
type ArgPromote ¶
type ArgPromote struct { Tp string `form:"tp" validate:"required"` Count int `form:"count" validate:"min=0"` Rank int `form:"rank" validate:"min=0"` }
ArgPromote strcuct
Click to show internal directories.
Click to hide internal directories.