hashicorp_vault

package
v1.5.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Vault

type Vault struct {
	// contains filtered or unexported fields
}

func New

func New(config VaultConfig) (Vault, error)

func (Vault) Read

func (v Vault) Read(key string) (map[string]interface{}, error)

func (Vault) Write

func (v Vault) Write(key string, value map[string]interface{}) error

type VaultConfig

type VaultConfig struct {
	Token   string
	Address string
	Path    string
	Debug   bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL