Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigStore ¶
type ConfigStore interface {
Get(key string) interface{}
GetConfig(key string) interface{}
GetConfigX(key string, defaultvalue interface{}) interface{}
}
ConfigStore functions
type Logger ¶
type Logger interface {
Info(args ...interface{})
Warn(args ...interface{})
Debug(args ...interface{})
Error(args ...interface{})
Fatal(args ...interface{})
InfoF(format string, args ...interface{})
WarnF(format string, args ...interface{})
DebugF(format string, args ...interface{})
ErrorF(format string, args ...interface{})
FatalF(format string, args ...interface{})
}
Logger functions
Click to show internal directories.
Click to hide internal directories.