Documentation
¶
Index ¶
- func Configure(config *Config) error
- func ConfigureDefault() error
- func Delete(path string) (*api.Secret, error)
- func DeleteData(path string) (map[string]interface{}, error)
- func GetClient() *api.Client
- func List(path string) (*api.Secret, error)
- func ListData(path string) ([]interface{}, error)
- func Read(path string) (*api.Secret, error)
- func ReadData(path string) (map[string]interface{}, error)
- func Write(path string, data map[string]interface{}) (*api.Secret, error)
- func WriteData(path string, data map[string]interface{}) (map[string]interface{}, error)
- type Auth
- type AuthType
- type Config
- type VaultAuth
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureDefault ¶
func ConfigureDefault() error
func DeleteData ¶
DeleteData returns the Data held in the Secret, use Delete if you need metadata
Types ¶
type Auth ¶
type Auth struct {
// contains filtered or unexported fields
}
func (*Auth) IsTokenExpired ¶
Click to show internal directories.
Click to hide internal directories.