Versions in this module Expand all Collapse all v0 v0.1.2 Aug 6, 2021 v0.1.1 Jul 8, 2021 Changes in this version + func ConstructPath(credInfo CredentialInfo) string + type Client interface + Append func(map[string]interface{}, string) error + AppendSecret func(CredentialInfo, map[string]interface{}) error + Create func(map[string]interface{}, string) error + Delete func(string) error + DeleteSingleSecretEntry func(CredentialInfo, string) error + GetAccount func(string, string) (nodeconfig.Account, error) + GetSecretPhrase func(string, string) (string, error) + InitEnv func() + Override func(map[string]interface{}, string) error + Read func(string) (map[string]interface{}, error) + StoreAccount func(string, nodeconfig.Account, string) error + Update func(map[string]interface{}, string) error + type CredentialInfo struct + Domain string + Environment string + Service string + Variable string