Documentation ¶
Index ¶
Constants ¶
View Source
const ID = `server`
Variables ¶
View Source
var Module = module.Module{ Startup: `daemon`, Cmder: map[string]cmder.Cmder{ `daemon`: pluginCmder.New(), }, TemplatePath: map[string]string{ ID: `servermanager/template/backend`, }, AssetsPath: []string{}, SQLCollection: setup.RegisterSQL, Navigate: RegisterNavigate, Route: handler.RegisterRoute, CronJobs: []*cron.Jobx{ { Name: `command`, Example: ">command:commandId", Description: ``, RunnerGetter: handler.CommandJob, }, }, DBSchemaVer: 0.3000, }
Functions ¶
func RegisterNavigate ¶
func RegisterNavigate(nc *navigate.Collection)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.