Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JwtProviderFactory ¶
type Logical ¶
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) DeleteWithContext(ctx context.Context, path string) (*vault.Secret, error) }
type VClient ¶
type VClient struct { SetTokenFunc func(v string) TokenFunc func() string ClearTokenFunc func() AuthField Auth LogicalField Logical AuthTokenField Token SetNamespaceFunc func(namespace string) AddHeaderFunc func(key, value string) }
func (VClient) ClearToken ¶
func (v VClient) ClearToken()
func (VClient) SetNamespace ¶
Click to show internal directories.
Click to hide internal directories.