Documentation ¶
Index ¶
- Constants
- Variables
- type CaptchaRes
- type Cpu
- type Disk
- type OperationLogCreateParams
- type OperationRecordSearchParams
- type Os
- type Rrm
- type ServerRes
- type UserChangePasswordReq
- type UserDeleteReq
- type UserFindReq
- type UserGetByIdReq
- type UserInfoRes
- type UserListRes
- type UserPageReq
- type UserPageRes
- type UserRegisterReq
- type UserResetPasswordReq
- type UserUpdateReq
Constants ¶
View Source
const ( B = 1 KB = 1024 * B MB = 1024 * KB GB = 1024 * MB )
Variables ¶
View Source
var ( Store base64Captcha.Store Captcha = new(captcha) )
View Source
var ApplicationService = new(applicationService)
View Source
var AuthService = new(userService)
View Source
var (
Casbin = new(_casbin)
)
View Source
var JwtBlacklist = new(jwtBlacklist)
View Source
var OperationLog = new(operationLog)
View Source
var Server = new(_server)
View Source
var UserService = new(userService)
Functions ¶
This section is empty.
Types ¶
type CaptchaRes ¶
type OperationLogCreateParams ¶
type OperationLogCreateParams struct {
system.OperationLog
}
type UserChangePasswordReq ¶
type UserDeleteReq ¶
type UserFindReq ¶
type UserGetByIdReq ¶
type UserInfoRes ¶
type UserListRes ¶
type UserPageReq ¶
type UserRegisterReq ¶
type UserResetPasswordReq ¶
Click to show internal directories.
Click to hide internal directories.