Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Export string ExportToValue bool Statics []ConfigStatic Dynamics []ConfigDynamic }
type ConfigConsul ¶
type ConfigContent ¶
type ConfigDynamic ¶
type ConfigDynamic struct {
Consul *ConfigConsul
}
type ConfigFile ¶
type ConfigStatic ¶
type ConfigStatic struct { Consul *ConfigConsul Vault *ConfigVault File *ConfigFile Content *ConfigContent }
type ConfigVault ¶
type ConfigVault struct { Path string // PathPrefix default is empty, path_prefix is must! PathPrefix string // AppRoleBasePath default is auth/approle/login, not need to set AppRoleBasePath string // AdditionalPaths additional paths to get from extra content, default is none AdditionalPaths []ConfigVaultAdditional }
type ConfigVaultAdditional ¶
type Configs ¶
type Configs []Config
Click to show internal directories.
Click to hide internal directories.