Documentation
¶
Index ¶
- func Fail(c *gin.Context, data gin.H, message string)
- func Response(c *gin.Context, httpStatus int, code int, data gin.H, message string)
- func Success(c *gin.Context, data gin.H, message string)
- type ApiListRsp
- type ApiTreeRsp
- type DashboardList
- type DeployHisListRsp
- type DeployListRsp
- type GroupListRsp
- type GroupUsers
- type Guser
- type LogListRsp
- type MenuListRsp
- type ResponseBody
- type RoleListRsp
- type UserListRsp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiListRsp ¶
type ApiTreeRsp ¶
type DashboardList ¶
type DeployHisListRsp ¶
type DeployHisListRsp struct { Total int64 `json:"total"` DeployHiss []model.DeployHistory `json:"deployHiss"` }
type DeployListRsp ¶
type GroupListRsp ¶
type GroupUsers ¶
type LogListRsp ¶
type LogListRsp struct { Total int64 `json:"total"` Logs []model.OperationLog `json:"logs"` }
type MenuListRsp ¶
type ResponseBody ¶
type RoleListRsp ¶
type UserListRsp ¶
Click to show internal directories.
Click to hide internal directories.