Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface {
// Write sends data to the Vault API.
Write(ctx context.Context, path string, vaultToken string, payload interface{}) (*Response, error)
// Read retrieves data from the Vault API.
Read(ctx context.Context, path string, vaultToken string) (*Response, error)
}
API executes actions against the Vault API manually.
This is primarily used by the various vaultx clients to communicate with Vault but can also be used by consumers for functionality not yet implemented by the package.
Click to show internal directories.
Click to hide internal directories.