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 GroupListRsp
- type GroupUsers
- type Guser
- type LogListRsp
- type MenuListRsp
- type RoleListRsp
- type UserListRsp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiListRsp ¶
type ApiTreeRsp ¶
type DashboardList ¶
type GroupListRsp ¶
type GroupUsers ¶
type LogListRsp ¶
type LogListRsp struct { Total int64 `json:"total"` Logs []system.OperationLog `json:"logs"` }
type MenuListRsp ¶
type RoleListRsp ¶
type UserListRsp ¶
Click to show internal directories.
Click to hide internal directories.