Versions in this module Expand all Collapse all v0 v0.2.1 Sep 9, 2019 v0.2.0 Jul 18, 2019 Changes in this version + type Config struct + Debug bool + SecretConfig string + SecretConfigFile string + VaultAddr string + type Logger interface + Debug func(args ...interface{}) + Fatal func(args ...interface{}) + Info func(args ...interface{}) + Warn func(args ...interface{}) + type SecretItem struct + EffectiveVersion int + SecretDataPath string + SecretMaps map[string]string + SecretMetadataPath string + SecretPath string + TTL int + Version float64 + type VaultToEnvs struct + func NewVaultToEnvs(config *Config) *VaultToEnvs + func (v *VaultToEnvs) DisplayEnvExports() error + func (v *VaultToEnvs) GetKV2Secret(secretItem *SecretItem) error + func (v *VaultToEnvs) SetLogger(logger Logger) + func (v *VaultToEnvs) SetVaultToken(token string)