Documentation ¶
Index ¶
Constants ¶
View Source
const ( //DefaultConfigFile default config filename DefaultConfigFile = "config.yml" //DataDir the dir where the config and data is DataDir = "./data/" )
Variables ¶
View Source
var ( GreenSuccessfully = color.HiGreenString("Successfully") RedError = color.HiRedString("Error") )
Colorized strings
View Source
var (
LogLevels = []string{
"debug",
"info",
"warning",
"error",
}
)
LogLevels
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.