Documentation
¶
Overview ¶
package config stores configuration around
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { AppName string AppNameConfig string DefaultBrowser string // used to override the builtin filepaths for custom installation locations CustomBrowserPath string CustomSSOBrowserPath string Keyring *KeyringConfig `toml:",omitempty"` Ordering string ExportCredentialSuffix string }
func NewDefaultConfig ¶
func NewDefaultConfig() Config
NewDefaultConfig returns a config with OS specific defaults populated
func NewLoadedConfig ¶
func (Config) ConfigFolder ¶
func (Config) SetupConfigFolder ¶
checks and or creates the config folder on startup
Click to show internal directories.
Click to hide internal directories.