package
Version:
v0.0.14
Opens a new window with list of versions in this module.
Published: Jul 16, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cfg struct {
App struct {
Port int `toml:"port"`
Name string `toml:"name"`
Debug bool `toml:"debug"`
Env string `toml:"env"`
ServerURL string `toml:"server_url"`
SiteURL string `toml:"site_url"`
URLPrefix string `toml:"url_prefix"`
} `toml:"app"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.