Versions in this module Expand all Collapse all v0 v0.2.0 Jan 31, 2024 Changes in this version + type API struct + func (e *API) Create(*gin.Context) + func (e *API) Delete(*gin.Context) + func (e *API) Get(*gin.Context) + func (e *API) List(*gin.Context) + func (e *API) Update(*gin.Context) + type AppConfig struct + func (e *AppConfig) Control(ctx *gin.Context) + func (e *AppConfig) GetAction(string) response.Action + func (e *AppConfig) Group(ctx *gin.Context) + func (e *AppConfig) Other(r *gin.RouterGroup) + type Department struct + func (e *Department) Create(c *gin.Context) + func (e *Department) Delete(c *gin.Context) + func (e *Department) Get(c *gin.Context) + func (e *Department) GetAction(key string) response.Action + func (e *Department) List(c *gin.Context) + func (e *Department) Other(r *gin.RouterGroup) + func (e *Department) Update(c *gin.Context) + type Field struct + func (e *Field) Create(*gin.Context) + func (e *Field) Delete(*gin.Context) + func (e *Field) Get(*gin.Context) + func (e *Field) List(*gin.Context) + func (e *Field) Update(*gin.Context) + type Github struct + func (*Github) GetAction(string) response.Action + func (*Github) GetKey() string + func (e *Github) Callback(c *gin.Context) + func (e *Github) GetLoginURL(c *gin.Context) + func (e *Github) Other(r *gin.RouterGroup) + type Language struct + func (*Language) Create(*gin.Context) + func (*Language) Delete(*gin.Context) + func (*Language) Get(*gin.Context) + func (*Language) List(*gin.Context) + func (*Language) Update(*gin.Context) + type Menu struct + func (*Menu) Create(*gin.Context) + func (*Menu) Delete(*gin.Context) + func (*Menu) Get(*gin.Context) + func (*Menu) List(ctx *gin.Context) + func (*Menu) Update(*gin.Context) + func (e *Menu) BindAPI(ctx *gin.Context) + func (e *Menu) GetAPI(ctx *gin.Context) + func (e *Menu) GetAction(key string) response.Action + func (e *Menu) GetAuthorize(ctx *gin.Context) + func (e *Menu) Other(r *gin.RouterGroup) + func (e *Menu) Tree(ctx *gin.Context) + func (e *Menu) UpdateAuthorize(ctx *gin.Context) + type Model struct + func (e *Model) Create(*gin.Context) + func (e *Model) Delete(*gin.Context) + func (e *Model) GenerateData(ctx *gin.Context) + func (e *Model) Get(*gin.Context) + func (e *Model) List(*gin.Context) + func (e *Model) Other(r *gin.RouterGroup) + func (e *Model) Update(*gin.Context) + type Notice struct + func (e *Notice) Create(*gin.Context) + func (e *Notice) Delete(*gin.Context) + func (e *Notice) Get(*gin.Context) + func (e *Notice) List(*gin.Context) + func (e *Notice) MarkRead(ctx *gin.Context) + func (e *Notice) Other(r *gin.RouterGroup) + func (e *Notice) Read(ctx *gin.Context) + func (e *Notice) Unread(ctx *gin.Context) + func (e *Notice) Update(*gin.Context) + type Option struct + func (*Option) Create(*gin.Context) + func (*Option) Delete(*gin.Context) + func (*Option) Get(*gin.Context) + func (*Option) List(*gin.Context) + func (*Option) Update(*gin.Context) + func (e *Option) Other(r *gin.RouterGroup) + type Post struct + func (e *Post) Create(c *gin.Context) + func (e *Post) Delete(c *gin.Context) + func (e *Post) Get(c *gin.Context) + func (e *Post) GetAction(key string) response.Action + func (e *Post) List(c *gin.Context) + func (e *Post) Other(r *gin.RouterGroup) + func (e *Post) Update(c *gin.Context) + type Role struct + func (e *Role) Create(*gin.Context) + func (e *Role) Delete(*gin.Context) + func (e *Role) Get(*gin.Context) + func (e *Role) GetAuthorize(ctx *gin.Context) + func (e *Role) List(*gin.Context) + func (e *Role) Other(r *gin.RouterGroup) + func (e *Role) SetAuthorize(ctx *gin.Context) + func (e *Role) Update(*gin.Context) + type Statistics struct + func (*Statistics) GetAction(string) response.Action + func (e *Statistics) Get(ctx *gin.Context) + func (e *Statistics) Other(r *gin.RouterGroup) + type SystemConfig struct + func (*SystemConfig) Create(*gin.Context) + func (*SystemConfig) Delete(*gin.Context) + func (*SystemConfig) Get(*gin.Context) + func (*SystemConfig) List(*gin.Context) + func (*SystemConfig) Update(*gin.Context) + type Task struct + func (e *Task) Create(*gin.Context) + func (e *Task) Delete(*gin.Context) + func (e *Task) Get(*gin.Context) + func (e *Task) List(*gin.Context) + func (e *Task) Operate(c *gin.Context) + func (e *Task) Other(r *gin.RouterGroup) + func (e *Task) Update(*gin.Context) + type Template struct + func (Template) Path() string + func (e Template) Generate(c *gin.Context) + func (e Template) GetBranches(c *gin.Context) + func (e Template) GetParams(c *gin.Context) + func (e Template) GetPath(c *gin.Context) + func (e Template) Other(r *gin.RouterGroup) + type Tenant struct + func (e *Tenant) Create(*gin.Context) + func (e *Tenant) Delete(*gin.Context) + func (e *Tenant) Get(*gin.Context) + func (e *Tenant) List(*gin.Context) + func (e *Tenant) Update(*gin.Context) + type User struct + func (e *User) Create(*gin.Context) + func (e *User) Delete(*gin.Context) + func (e *User) FakeCaptcha(*gin.Context) + func (e *User) Get(*gin.Context) + func (e *User) List(*gin.Context) + func (e *User) Login(*gin.Context) + func (e *User) Other(r *gin.RouterGroup) + func (e *User) PasswordReset(ctx *gin.Context) + func (e *User) Update(*gin.Context) + func (e *User) UpdateAvatar(ctx *gin.Context) + func (e *User) UpdateUserInfo(ctx *gin.Context) + func (e *User) UserInfo(ctx *gin.Context) + type Virtual struct + func (e *Virtual) Documentation(ctx *gin.Context) + func (e *Virtual) Other(r *gin.RouterGroup)