Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockKatibDBInterface
- func (m *MockKatibDBInterface) DBInit()
- func (m *MockKatibDBInterface) DeleteObservationLog(arg0 string) error
- func (m *MockKatibDBInterface) EXPECT() *MockKatibDBInterfaceMockRecorder
- func (m *MockKatibDBInterface) GetObservationLog(arg0, arg1, arg2, arg3 string) (*api_v1_beta1.ObservationLog, error)
- func (m *MockKatibDBInterface) RegisterObservationLog(arg0 string, arg1 *api_v1_beta1.ObservationLog) error
- func (m *MockKatibDBInterface) SelectOne() error
- type MockKatibDBInterfaceMockRecorder
- func (mr *MockKatibDBInterfaceMockRecorder) DBInit() *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) DeleteObservationLog(arg0 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) GetObservationLog(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) RegisterObservationLog(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKatibDBInterfaceMockRecorder) SelectOne() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockKatibDBInterface ¶
type MockKatibDBInterface struct {
// contains filtered or unexported fields
}
MockKatibDBInterface is a mock of KatibDBInterface interface.
func NewMockKatibDBInterface ¶
func NewMockKatibDBInterface(ctrl *gomock.Controller) *MockKatibDBInterface
NewMockKatibDBInterface creates a new mock instance.
func (*MockKatibDBInterface) DBInit ¶
func (m *MockKatibDBInterface) DBInit()
DBInit mocks base method.
func (*MockKatibDBInterface) DeleteObservationLog ¶
func (m *MockKatibDBInterface) DeleteObservationLog(arg0 string) error
DeleteObservationLog mocks base method.
func (*MockKatibDBInterface) EXPECT ¶
func (m *MockKatibDBInterface) EXPECT() *MockKatibDBInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockKatibDBInterface) GetObservationLog ¶
func (m *MockKatibDBInterface) GetObservationLog(arg0, arg1, arg2, arg3 string) (*api_v1_beta1.ObservationLog, error)
GetObservationLog mocks base method.
func (*MockKatibDBInterface) RegisterObservationLog ¶
func (m *MockKatibDBInterface) RegisterObservationLog(arg0 string, arg1 *api_v1_beta1.ObservationLog) error
RegisterObservationLog mocks base method.
func (*MockKatibDBInterface) SelectOne ¶
func (m *MockKatibDBInterface) SelectOne() error
SelectOne mocks base method.
type MockKatibDBInterfaceMockRecorder ¶
type MockKatibDBInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockKatibDBInterfaceMockRecorder is the mock recorder for MockKatibDBInterface.
func (*MockKatibDBInterfaceMockRecorder) DBInit ¶
func (mr *MockKatibDBInterfaceMockRecorder) DBInit() *gomock.Call
DBInit indicates an expected call of DBInit.
func (*MockKatibDBInterfaceMockRecorder) DeleteObservationLog ¶
func (mr *MockKatibDBInterfaceMockRecorder) DeleteObservationLog(arg0 interface{}) *gomock.Call
DeleteObservationLog indicates an expected call of DeleteObservationLog.
func (*MockKatibDBInterfaceMockRecorder) GetObservationLog ¶
func (mr *MockKatibDBInterfaceMockRecorder) GetObservationLog(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetObservationLog indicates an expected call of GetObservationLog.
func (*MockKatibDBInterfaceMockRecorder) RegisterObservationLog ¶
func (mr *MockKatibDBInterfaceMockRecorder) RegisterObservationLog(arg0, arg1 interface{}) *gomock.Call
RegisterObservationLog indicates an expected call of RegisterObservationLog.
func (*MockKatibDBInterfaceMockRecorder) SelectOne ¶
func (mr *MockKatibDBInterfaceMockRecorder) SelectOne() *gomock.Call
SelectOne indicates an expected call of SelectOne.