Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendType ¶
type BackendType int
const ( UnknownBackend BackendType = iota VaultBackend JSONBackend EnvVarBackend FileTreeBackend )
type Fetcher ¶
type Fetcher struct { Backend BackendType Mapping string JSONFile, FileTreeRoot string VaultOptions config.VaultConfig // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.