Documentation ¶
Index ¶
- type Column
- type Db
- type LoginResponse
- type PolicyPathResponse
- type SysAPIListResponse
- type SysAPIResponse
- type SysAuthorityBtnRes
- type SysAuthorityCopyResponse
- type SysAuthorityResponse
- type SysBaseMenuResponse
- type SysBaseMenusResponse
- type SysCaptchaResponse
- type SysConfigResponse
- type SysMenusResponse
- type SysSyncApis
- type SysUserResponse
- type Table
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct { DataType string `json:"dataType" gorm:"column:data_type"` ColumnName string `json:"columnName" gorm:"column:column_name"` DataTypeLong string `json:"dataTypeLong" gorm:"column:data_type_long"` ColumnComment string `json:"columnComment" gorm:"column:column_comment"` PrimaryKey bool `json:"primaryKey" gorm:"column:primary_key"` }
type LoginResponse ¶
type PolicyPathResponse ¶
type PolicyPathResponse struct {
Paths []request.CasbinInfo `json:"paths"`
}
type SysAPIListResponse ¶
type SysAPIResponse ¶
type SysAuthorityBtnRes ¶
type SysAuthorityBtnRes struct {
Selected []uint `json:"selected"`
}
type SysAuthorityCopyResponse ¶
type SysAuthorityCopyResponse struct { Authority system.SysAuthority `json:"authority"` OldAuthorityId uint `json:"oldAuthorityId"` // 旧角色ID }
type SysAuthorityResponse ¶
type SysAuthorityResponse struct {
Authority system.SysAuthority `json:"authority"`
}
type SysBaseMenuResponse ¶
type SysBaseMenuResponse struct {
Menu system.SysBaseMenu `json:"menu"`
}
type SysBaseMenusResponse ¶
type SysBaseMenusResponse struct {
Menus []system.SysBaseMenu `json:"menus"`
}
type SysCaptchaResponse ¶
type SysConfigResponse ¶
type SysMenusResponse ¶
type SysSyncApis ¶
type SysUserResponse ¶
Click to show internal directories.
Click to hide internal directories.