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, DBSchemaVer: 0.0000, }
Functions ¶
func RegisterNavigate ¶
func RegisterNavigate(nc *navigate.Collection)
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
pkg
|
|
model
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. |
Click to show internal directories.
Click to hide internal directories.