Versions in this module Expand all Collapse all v1 v1.3.4 Mar 17, 2020 v1.3.3 Mar 11, 2020 v1.3.2 Mar 10, 2020 Changes in this version + type VaultSecrets struct + func New(addr, path, token string, renewal time.Duration) (*VaultSecrets, error) + func (v *VaultSecrets) GetSecretsForTarget(name string) (map[string]string, error) + func (v *VaultSecrets) Renew(ctx context.Context) error