Documentation
¶
Index ¶
- func DefaultMenu() []system.SysBaseMenu
- type AddMenuAuthorityInfo
- type AutoHistoryByID
- type BaseClaims
- type CasbinInReceive
- type CasbinInfo
- type ChangePasswordStruct
- type ColumnReq
- type CustomClaims
- type DBReq
- type InitDB
- type Login
- type Register
- type SearchApiParams
- type SetUserAuth
- type SetUserAuthorities
- type SysAutoHistory
- type SysDictionaryDetailSearch
- type SysDictionarySearch
- type SysOperationRecordSearch
- type TableReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultMenu ¶
func DefaultMenu() []system.SysBaseMenu
Types ¶
type AddMenuAuthorityInfo ¶
type AddMenuAuthorityInfo struct {
Menus []system.SysBaseMenu `json:"menus"`
AuthorityId string `json:"authorityId"` // 角色ID
}
Add menu authority info structure
type AutoHistoryByID ¶
type AutoHistoryByID struct {
ID uint `json:"id"`
}
type BaseClaims ¶
type CasbinInReceive ¶
type CasbinInReceive struct {
AuthorityId string `json:"authorityId"` // 权限id
CasbinInfos []CasbinInfo `json:"casbinInfos"`
}
Casbin structure for input parameters
type ChangePasswordStruct ¶
type ChangePasswordStruct struct {
Username string `json:"username"` // 用户名
Password string `json:"password"` // 密码
NewPassword string `json:"newPassword"` // 新密码
}
Modify password structure
type CustomClaims ¶
type CustomClaims struct {
BaseClaims
BufferTime int64
jwt.StandardClaims
}
Custom claims structure
type Login ¶
type Login struct {
Username string `json:"username"` // 用户名
Password string `json:"password"` // 密码
Captcha string `json:"captcha"` // 验证码
CaptchaId string `json:"captchaId"` // 验证码ID
}
User login structure
type Register ¶
type Register struct {
Username string `json:"userName"`
Password string `json:"passWord"`
NickName string `json:"nickName" gorm:"default:'QMPlusUser'"`
HeaderImg string `json:"headerImg" gorm:"default:'https://qmplusimg.henrongyi.top/gva_header.jpg'"`
AuthorityId string `json:"authorityId" gorm:"default:888"`
AuthorityIds []string `json:"authorityIds"`
}
User register structure
type SearchApiParams ¶
type SearchApiParams struct {
system.SysApi
request.PageInfo
OrderKey string `json:"orderKey"` // 排序
Desc bool `json:"desc"` // 排序方式:升序false(默认)|降序true
}
api分页条件查询及排序结构体
type SetUserAuth ¶
type SetUserAuth struct {
AuthorityId string `json:"authorityId"` // 角色ID
}
Modify user's auth structure
type SetUserAuthorities ¶
Modify user's auth structure
type SysAutoHistory ¶
type SysDictionaryDetailSearch ¶
type SysDictionaryDetailSearch struct {
system.SysDictionaryDetail
request.PageInfo
}
type SysDictionarySearch ¶
type SysDictionarySearch struct {
system.SysDictionary
request.PageInfo
}
type SysOperationRecordSearch ¶
type SysOperationRecordSearch struct {
system.SysOperationRecord
request.PageInfo
}
Click to show internal directories.
Click to hide internal directories.