Documentation
¶
Index ¶
Constants ¶
View Source
const ID = `caddy`
Variables ¶
View Source
var Module = module.Module{ Startup: pluginCmder.Name, Extend: map[string]extend.Initer{ ID: pluginCmder.Initer, }, Cmder: map[string]cmder.Cmder{ ID: pluginCmder.New(), }, TemplatePath: map[string]string{ ID: `caddymanager/template/backend`, }, AssetsPath: []string{ `caddymanager/public/assets/backend`, }, SQLCollection: setup.RegisterSQL, Dashboard: RegisterDashboard, Navigate: RegisterNavigate, Route: handler.RegisterRoute, LogParser: map[string]nlog.LogParser{ `access`: handler.ParseTailLine, }, DBSchemaVer: 0.3000, }
Functions ¶
func RegisterDashboard ¶
func RegisterNavigate ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.