Versions in this module Expand all Collapse all v1 v1.2.12 May 22, 2020 Changes in this version + func Execute(ctx *context.Context, conn db.Connection, navButtons types.Buttons, ...) *bytes.Buffer + func GetHandler(app *context.App) context.HandlerMap + type Base struct + App *context.App + Conn db.Connection + PlugName string + Services service.List + UI *ui.Service + URLPrefix string + func (b *Base) ExecuteTmpl(ctx *context.Context, panel types.Panel, animation ...bool) *bytes.Buffer + func (b *Base) GetHandler() context.HandlerMap + func (b *Base) HTML(ctx *context.Context, panel types.Panel, animation ...bool) + func (b *Base) HTMLFile(ctx *context.Context, path string, data map[string]interface{}, ...) + func (b *Base) HTMLFiles(ctx *context.Context, data map[string]interface{}, files []string, ...) + func (b *Base) InitBase(srv service.List) + func (b *Base) Name() string + func (b *Base) Prefix() string + type Plugin interface + GetHandler func() context.HandlerMap + InitPlugin func(services service.List) + Name func() string + Prefix func() string + func LoadFromPlugin(mod string) Plugin