Documentation ¶
Index ¶
- type Client
- func (_m *Client) Delete(name string, project string) error
- func (_m *Client) DeleteAll(project string) error
- func (_m *Client) Get(name string, project string) (string, error)
- func (_m *Client) List(project string) (map[string]string, error)
- func (_m *Client) Set(name string, secretValue string, project string) error
- func (_m *Client) SetAll(secrets map[string]string, project string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func NewClient ¶
func NewClient(t mockConstructorTestingTNewClient) *Client
NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
Click to show internal directories.
Click to hide internal directories.