Documentation ¶
Index ¶
Constants ¶
View Source
const AppName = "t3c-update"
View Source
const UserAgent = AppName + "/" + Version
View Source
const Version = "0.1"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cfg ¶
type Cfg struct { Debug bool CommandArgs []string LogLocationDebug string LogLocationError string LogLocationInfo string LogLocationWarn string LoginDispersion time.Duration CacheHostName string GetData string UpdatePending bool RevalPending bool t3cutil.TCCfg }
func InitConfig ¶
InitConfig() intializes the configuration variables and loggers.
func (Cfg) WarningLog ¶
func (cfg Cfg) WarningLog() log.LogLocation
Click to show internal directories.
Click to hide internal directories.