Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logical ¶ added in v0.5.2
type Logical interface { ReadWithDataWithContext(ctx context.Context, path string, data map[string][]string) (*vault.Secret, error) ListWithContext(ctx context.Context, path string) (*vault.Secret, error) WriteWithContext(ctx context.Context, path string, data map[string]interface{}) (*vault.Secret, error) }
type VClient ¶ added in v0.5.2
type VClient struct {
// contains filtered or unexported fields
}
func (VClient) ClearToken ¶ added in v0.5.2
func (v VClient) ClearToken()
func (VClient) SetNamespace ¶ added in v0.5.2
Click to show internal directories.
Click to hide internal directories.