Versions in this module Expand all Collapse all v0 v0.0.4 Mar 8, 2021 Changes in this version type Vault + func (v *Vault) List(key string) (map[string]interface{}, error) v0.0.3 Mar 8, 2021 Changes in this version type Vault + func (v *Vault) GetMapByte(key string) (map[string][]byte, error) + func (v *Vault) GetMapInterface(key string) (map[string]interface{}, error) + func (v *Vault) GetMapString(key string) (map[string]string, error) v0.0.2 Mar 8, 2021 v0.0.1 Mar 8, 2021 Changes in this version + type Vault struct + Address string + Client *api.Client + Config *api.Config + Insecure bool + Storage string + func (v *Vault) GetData(key string) (map[string]interface{}, error) + func (v *Vault) GetJSON(key string) ([]byte, error) + func (v *Vault) Init() error