Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { LastUpdateCheckTimestamp time.Time `mapstructure:"last_update_check_timestamp"` Project ConfigProject `mapstructure:"project"` // contains filtered or unexported fields }
var Cfg *Config
func (*Config) GetCacheDir ¶
func (*Config) GetConfigDir ¶
func (*Config) GetDataDir ¶
func (*Config) LoadConfig ¶
func (*Config) ResetLastUpdateCheckTimestamp ¶ added in v0.10.1
func (c *Config) ResetLastUpdateCheckTimestamp()
func (*Config) SaveConfig ¶ added in v0.10.0
type ConfigProject ¶ added in v0.14.0
type Controller ¶ added in v0.3.2
Click to show internal directories.
Click to hide internal directories.