Versions in this module Expand all Collapse all v2 v2.0.1 Nov 17, 2024 Changes in this version + type DeleteParam struct + Id string + Panel table.Table + Prefix string + func GetDeleteParam(ctx *context.Context) *DeleteParam + type EditFormParam struct + Alert tmpl.HTML + FromList bool + Id string + IframeID string + IsIframe bool + MultiForm *multipart.Form + Panel table.Table + Param parameter.Parameters + Path string + Prefix string + PreviousPath string + func GetEditFormParam(ctx *context.Context) *EditFormParam + func (e EditFormParam) Value() form.Values + type ExportParam struct + Id []string + IsAll bool + Panel table.Table + Prefix string + func GetExportParam(ctx *context.Context) *ExportParam + type Guard struct + func New(s service.List, c db.Connection, t table.GeneratorList, b *types.Buttons) *Guard + func (g *Guard) CheckPrefix(ctx *context.Context) + func (g *Guard) Delete(ctx *context.Context) + func (g *Guard) EditForm(ctx *context.Context) + func (g *Guard) Export(ctx *context.Context) + func (g *Guard) MenuDelete(ctx *context.Context) + func (g *Guard) MenuEdit(ctx *context.Context) + func (g *Guard) MenuNew(ctx *context.Context) + func (g *Guard) NewForm(ctx *context.Context) + func (g *Guard) ServerLogin(ctx *context.Context) + func (g *Guard) ShowForm(ctx *context.Context) + func (g *Guard) ShowNewForm(ctx *context.Context) + func (g *Guard) Update(ctx *context.Context) + type MenuDeleteParam struct + Id string + func GetMenuDeleteParam(ctx *context.Context) *MenuDeleteParam + type MenuEditParam struct + Alert template.HTML + Header string + Icon string + Id string + ParentId int64 + PluginName string + Roles []string + Title string + Uri string + func GetMenuEditParam(ctx *context.Context) *MenuEditParam + func (e MenuEditParam) HasAlert() bool + type MenuNewParam struct + Alert template.HTML + Header string + Icon string + ParentId int64 + PluginName string + Roles []string + Title string + Uri string + func GetMenuNewParam(ctx *context.Context) *MenuNewParam + func (e MenuNewParam) HasAlert() bool + type NewFormParam struct + Alert template.HTML + FromList bool + Id string + IframeID string + IsIframe bool + MultiForm *multipart.Form + Panel table.Table + Param parameter.Parameters + Path string + Prefix string + PreviousPath string + func GetNewFormParam(ctx *context.Context) *NewFormParam + func (e NewFormParam) Value() form.Values + type ServerLoginParam struct + Account string + Password string + func GetServerLoginParam(ctx *context.Context) *ServerLoginParam + type ShowFormParam struct + Id string + Panel table.Table + Param parameter.Parameters + Prefix string + func GetShowFormParam(ctx *context.Context) *ShowFormParam + type ShowNewFormParam struct + Panel table.Table + Param parameter.Parameters + Prefix string + func GetShowNewFormParam(ctx *context.Context) *ShowNewFormParam + type UpdateParam struct + Panel table.Table + Prefix string + Value form.Values + func GetUpdateParam(ctx *context.Context) *UpdateParam Other modules containing this package github.com/oursportsnation/go-admin