Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockKVClient ¶ added in v0.5.0
type MockKVClient struct {
// contains filtered or unexported fields
}
MockKVClient is a mock of KVClient interface.
func NewMockKVClient ¶ added in v0.5.0
func NewMockKVClient(ctrl *gomock.Controller) *MockKVClient
NewMockKVClient creates a new mock instance.
func (*MockKVClient) EXPECT ¶ added in v0.5.0
func (m *MockKVClient) EXPECT() *MockKVClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockKVClientMockRecorder ¶ added in v0.5.0
type MockKVClientMockRecorder struct {
// contains filtered or unexported fields
}
MockKVClientMockRecorder is the mock recorder for MockKVClient.
func (*MockKVClientMockRecorder) Get ¶ added in v0.5.0
func (mr *MockKVClientMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
type MockLogicalClient ¶
type MockLogicalClient struct {
// contains filtered or unexported fields
}
MockLogicalClient is a mock of LogicalClient interface.
func NewMockLogicalClient ¶
func NewMockLogicalClient(ctrl *gomock.Controller) *MockLogicalClient
NewMockLogicalClient creates a new mock instance.
func (*MockLogicalClient) EXPECT ¶
func (m *MockLogicalClient) EXPECT() *MockLogicalClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLogicalClient) WriteWithContext ¶
func (m *MockLogicalClient) WriteWithContext(arg0 context.Context, arg1 string, arg2 map[string]interface{}) (*api.Secret, error)
WriteWithContext mocks base method.
type MockLogicalClientMockRecorder ¶
type MockLogicalClientMockRecorder struct {
// contains filtered or unexported fields
}
MockLogicalClientMockRecorder is the mock recorder for MockLogicalClient.
func (*MockLogicalClientMockRecorder) WriteWithContext ¶
func (mr *MockLogicalClientMockRecorder) WriteWithContext(arg0, arg1, arg2 interface{}) *gomock.Call
WriteWithContext indicates an expected call of WriteWithContext.