Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { FileStoreRoot string `json:"file_store_root" yaml:"file_store_root"` DefaultDomain string `json:"default_domain" yaml:"default_domain"` Logging logger.Config `json:"logging" yaml:"logging"` CA []string `json:"ca" yaml:"ca"` Insecure bool `json:"insecure" yaml:"insecure"` TokenDefaults map[string]string `json:"token_defaults" yaml:"token_defaults"` CredentialsStore credentials.Store `json:"-"` }
Config holds the configuration for the app.
func (*Config) LoadDefaultDomain ¶ added in v0.2.0
func (*Config) PoliciesRoot ¶ added in v0.0.33
func (*Config) ReplHistoryFile ¶ added in v0.0.33
func (*Config) SaveDefaultDomain ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.