Versions in this module Expand all Collapse all v1 v1.0.0 Nov 13, 2021 Changes in this version + type ApiCreate struct + ApiGroup string + Description string + Method string + Path string + func (r *ApiCreate) Create() system.Api + type ApiDelete struct + Method string + Path string + type ApiSearch struct + ApiGroup string + Desc bool + Description string + Method string + Order string + Path string + func (r *ApiSearch) Search() func(db *gorm.DB) *gorm.DB + type ApiUpdate struct + ApiGroup string + Description string + Method string + Path string + func (r *ApiUpdate) Update() system.Api + type AuthorityCopy struct + Authority system.Authority + OldAuthorityId string + func (r *AuthorityCopy) ToCasbinSearch() *CasbinSearch + func (r *AuthorityCopy) ToGetAuthorityId() *common.GetAuthorityId + type AuthorityCreate struct + AuthorityId string + AuthorityName string + DefaultRouter string + ParentId string + func (r *AuthorityCreate) Create() system.Authority + func (r *AuthorityCreate) DefaultCasbin() []system.Casbin + func (r *AuthorityCreate) DefaultMenu() *AuthoritySetMenu + type AuthorityDelete struct + func (r *AuthorityDelete) ToCasbinSearch() *CasbinSearch + type AuthoritySetMenu struct + type AuthoritySetResources struct + type AuthorityUpdate struct + func (r *AuthorityUpdate) Update() system.Authority + type AutoCodeCreate struct + type AutoCodeHistoryCreate struct + Apis system.AutoCodeApis + AutoCodePaths system.AutoCodePaths + Injection system.AutoCodeInjections + func (r *AutoCodeHistoryCreate) Create() system.AutoCodeHistory + type AutoCodeHistorySearch struct + func (s *AutoCodeHistorySearch) Order() func(db *gorm.DB) *gorm.DB + func (s *AutoCodeHistorySearch) Select() func(db *gorm.DB) *gorm.DB + type CasbinInReceive struct + AuthorityId string + CasbinInfos []CasbinInfo + type CasbinInfo struct + Method string + Path string + type CasbinSearch struct + AuthorityId string + func (r *CasbinSearch) Search() func(db *gorm.DB) *gorm.DB + type CustomClaims struct + AuthorityId string + BufferTime int64 + ID uint + Nickname string + Username string + Uuid string + type DictionaryCreate struct + Desc string + Name string + Status *bool + Type string + func (r *DictionaryCreate) Create() system.Dictionary + type DictionaryDetailCreate struct + DictionaryID int + Label string + Sort int + Status *bool + Value int + func (r *DictionaryDetailCreate) Create() system.DictionaryDetail + type DictionaryDetailSearch struct + DictionaryID int + Label string + Sort int + Status *bool + Value int + func (r *DictionaryDetailSearch) Search() func(db *gorm.DB) *gorm.DB + type DictionaryDetailUpdate struct + DictionaryID int + Label string + Sort int + Status *bool + Value int + func (r *DictionaryDetailUpdate) Update() system.DictionaryDetail + type DictionaryFirst struct + Type string + type DictionarySearch struct + Desc string + Name string + Status *bool + Type string + func (r *DictionarySearch) Search() func(db *gorm.DB) *gorm.DB + type DictionaryUpdate struct + Desc string + Name string + Status *bool + Type string + func (r *DictionaryUpdate) Update() g.Map + type MenuAddAuthority struct + AuthorityId string + Menus []system.Menu + func (r *MenuAddAuthority) ToAuthoritySetMenu() AuthoritySetMenu + type MenuCreate struct + type MenuUpdate struct + func (r *MenuUpdate) Update() map[string]interface{} + type OperationRecordCreate struct + type OperationRecordSearch struct + Method string + Path string + Status int + func (r *OperationRecordSearch) Search() func(db *gorm.DB) *gorm.DB + type UserChangePassword struct + NewPassword string + Password string + Username string + Uuid string + type UserFind struct + ID uint + Uuid string + func (r *UserFind) Search() func(db *gorm.DB) *gorm.DB + type UserLogin struct + Captcha string + CaptchaId string + Password string + Username string + type UserRegister struct + AuthorityId string + AuthorityIds []string + Avatar string + Nickname string + Password string + Username string + func (r *UserRegister) Create() system.User + type UserSetAuthorities struct + AuthorityIds []string + ID uint + type UserSetAuthority struct + AuthorityId string + ID uint + Uuid string + type UserUpdate struct + ActiveColor string + Avatar string + BaseColor string + Nickname string + SideMode string + Username string + func (r *UserUpdate) Update() system.User v1.0.0-alpha.5 Oct 24, 2021 v1.0.0-alpha.4 Oct 23, 2021 v1.0.0-alpha.3 Oct 22, 2021