Versions in this module Expand all Collapse all v1 v1.6.1 Jul 9, 2019 Changes in this version + type VaultSource struct + func NewVaultSource(storePath string, keyPath string, skipKeyring bool, ...) *VaultSource + func (v *VaultSource) Delete(key string, save bool) error + func (v *VaultSource) Read() (*config.ChangeSet, error) + func (v *VaultSource) Set(key string, value string, save bool) error + func (v *VaultSource) String() string + func (v *VaultSource) Watch() (config.SourceWatcher, error) Incompatible versions in this module v2.0.6+incompatible Apr 23, 2020