Versions in this module Expand all Collapse all v1 v1.0.1 Apr 27, 2024 Changes in this version type Base + func (this *Base) ShouldBindJSON(ctx *router.Context, obj any) error v1.0.0 May 21, 2022 Changes in this version + type Admin struct + func (this *Admin) Access(ctx *router.Context) + func (this *Admin) Create(ctx *router.Context) + func (this *Admin) Delete(ctx *router.Context) + func (this *Admin) Detail(ctx *router.Context) + func (this *Admin) Disable(ctx *router.Context) + func (this *Admin) Enable(ctx *router.Context) + func (this *Admin) Groups(ctx *router.Context) + func (this *Admin) Index(ctx *router.Context) + func (this *Admin) Logout(ctx *router.Context) + func (this *Admin) ResetPermission(ctx *router.Context) + func (this *Admin) Rules(ctx *router.Context) + func (this *Admin) Update(ctx *router.Context) + func (this *Admin) UpdateAvatar(ctx *router.Context) + func (this *Admin) UpdatePasssword(ctx *router.Context) + type Attachment struct + func (this *Attachment) Delete(ctx *router.Context) + func (this *Attachment) Detail(ctx *router.Context) + func (this *Attachment) Disable(ctx *router.Context) + func (this *Attachment) Download(ctx *router.Context) + func (this *Attachment) DownloadCode(ctx *router.Context) + func (this *Attachment) Enable(ctx *router.Context) + func (this *Attachment) Index(ctx *router.Context) + type AuthGroup struct + func (this *AuthGroup) Access(ctx *router.Context) + func (this *AuthGroup) Create(ctx *router.Context) + func (this *AuthGroup) Delete(ctx *router.Context) + func (this *AuthGroup) Detail(ctx *router.Context) + func (this *AuthGroup) Disable(ctx *router.Context) + func (this *AuthGroup) Enable(ctx *router.Context) + func (this *AuthGroup) Index(ctx *router.Context) + func (this *AuthGroup) IndexChildren(ctx *router.Context) + func (this *AuthGroup) IndexTree(ctx *router.Context) + func (this *AuthGroup) Listorder(ctx *router.Context) + func (this *AuthGroup) Update(ctx *router.Context) + type AuthRule struct + func (this *AuthRule) Clear(ctx *router.Context) + func (this *AuthRule) Create(ctx *router.Context) + func (this *AuthRule) Delete(ctx *router.Context) + func (this *AuthRule) Detail(ctx *router.Context) + func (this *AuthRule) Disable(ctx *router.Context) + func (this *AuthRule) Enable(ctx *router.Context) + func (this *AuthRule) Index(ctx *router.Context) + func (this *AuthRule) IndexChildren(ctx *router.Context) + func (this *AuthRule) IndexTree(ctx *router.Context) + func (this *AuthRule) Listorder(ctx *router.Context) + func (this *AuthRule) Update(ctx *router.Context) + type Base struct + func (this *Base) FormatDate(date string) int64 + func (this *Base) FormatOrderBy(order string, def ...string) []string + func (this *Base) SwitchStatus(name string) int + type Passport struct + func (this *Passport) Captcha(ctx *router.Context) + func (this *Passport) Login(ctx *router.Context) + func (this *Passport) Logout(ctx *router.Context) + func (this *Passport) RefreshToken(ctx *router.Context) + type Profile struct + func (this *Profile) Index(ctx *router.Context) + func (this *Profile) Rules(ctx *router.Context) + func (this *Profile) Update(ctx *router.Context) + func (this *Profile) UpdateAvatar(ctx *router.Context) + func (this *Profile) UpdatePasssword(ctx *router.Context) + type System struct + func (this *System) Info(ctx *router.Context) + func (this *System) Rules(ctx *router.Context) + type Upload struct + func (this *Upload) File(ctx *router.Context)