Documentation ¶
Index ¶
Constants ¶
View Source
const SecretRefKey = "__SECRET__"
SecretRefKey is the key used to store the secret reference in the keeper config.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { MasterKeeper string `yaml:"master"` Keepers map[string]KeeperConfig `yaml:"keepers"` }
Config is the top-level configuration for ghost. When .ghost.yaml is loaded, this is the structure it must match.
func Instance ¶
func Instance() *Config
Instance returns the singleton instance of the configuration.
type KeeperConfig ¶
KeeperConfig is an unstructured map of configuration values for a keeper.
Click to show internal directories.
Click to hide internal directories.