Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateExample ¶
GenerateExample generates an example configuration file
Types ¶
type Configuration ¶
type Configuration struct { Address string `yaml:"address"` Hosts []*credential.VaultCredentials `yaml:"hosts"` }
func LoadFromFile ¶
func LoadFromFile(path string) (*Configuration, error)
LoadFromFile loads a configuration file from a file specified at path
Click to show internal directories.
Click to hide internal directories.