Versions in this module Expand all Collapse all v0 v0.0.3 Feb 4, 2021 v0.0.2 Feb 3, 2021 Changes in this version + func GetModuleConfig(name string) *config.Config + func GetPluginConfig(name string) *config.Config + func GetStartTime() time.Time + func ParseConfig(configKey string, configInstance interface{}) (exist bool, err error) + type Env struct + IsDaemonMode bool + IsDebug bool + LoggingLevel string + SystemConfig *config.SystemConfig + func EmptyEnv() *Env + func NewEnv(name, desc, ver, commit, buildDate, terminalHeader, terminalFooter string) *Env + func (env *Env) GetAppCapitalName() string + func (env *Env) GetAppDesc() string + func (env *Env) GetAppLowercaseName() string + func (env *Env) GetAppName() string + func (env *Env) GetBuildDate() string + func (env *Env) GetGoodbyeMessage() string + func (env *Env) GetLastCommitHash() string + func (env *Env) GetLastCommitLog() string + func (env *Env) GetPluginDir() string + func (env *Env) GetVersion() string + func (env *Env) GetWelcomeMessage() string + func (env *Env) GetWorkingDir() string + func (env *Env) Init() *Env + func (env *Env) SetConfigFile(configFile string) *Env