Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cfg ¶
type Cfg struct { SocketPath string `mapstructure:"socket_path"` SyncInterval time.Duration `mapstructure:"sync_interval"` StorePath string `mapstructure:"store_path"` CertPath string `mapstructure:"agent_cert_path"` KeyPath string `mapstructure:"agent_key_path"` MasterPassword []byte `mapstructure:"master_password"` }
Click to show internal directories.
Click to hide internal directories.