Documentation ¶
Index ¶
Constants ¶
View Source
const ( CONFIG_FILE = "config/app.ini" CUSTOM_PATH = "custom/" )
Variables ¶
View Source
var ( EnableGzip bool InstallLock bool Session struct { Name string Key string Store string } Host struct { Path string Addr string Port string } API struct { UploadFolder string FilesPath string UploadMaxSize int UploadExtensions []string UploadContentTypes []string } DbCfg struct { Type string Host string Name string User string Passwd string SSLMode string Path string } // Global setting objects INSTALLER_URL = path.Join(Host.Path, "/goant/install") CustomConf string )
Functions ¶
func NewContext ¶
func NewContext()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.