Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements an in-memory secret client.
The in-memory client is suitable for testing and development.
func (*Client) Delete ¶
Delete deletes the secret data if it is present in the store, otherwise returns an ErrNotFound.
Click to show internal directories.
Click to hide internal directories.