Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadDefault ¶
func MustLoadDefault ¶
func MustLoadDefault(cfg *Config)
Types ¶
type ClientConfig ¶
type ClientConfig struct {
URL string `toml:"url"`
}
type Config ¶
type Config struct { HomeDir string BinDir string VarDir string RunDir string RunStateFile string TokensFile string EsvTokenPath string HTTPPort uint `toml:"httpPort"` NoDaemon bool `toml:"noDaemon"` Client ClientConfig GUI GUIConfig `toml:"gui"` Log LogConfig Telemetry TelemetryConfig }
func (*Config) GetTokenClient ¶
func (c *Config) GetTokenClient() token.TokenClient
type TelemetryConfig ¶
Click to show internal directories.
Click to hide internal directories.