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 MockDBInterface ¶
type MockDBInterface struct {
// contains filtered or unexported fields
}
MockDBInterface is a mock of DBInterface interface
func NewMockDBInterface ¶
func NewMockDBInterface(ctrl *gomock.Controller) *MockDBInterface
NewMockDBInterface creates a new mock instance
func (*MockDBInterface) Delete ¶
func (m *MockDBInterface) Delete(name string) error
Delete mocks base method
func (*MockDBInterface) EXPECT ¶
func (m *MockDBInterface) EXPECT() *MockDBInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockDBInterfaceMockRecorder ¶
type MockDBInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockDBInterfaceMockRecorder is the mock recorder for MockDBInterface
func (*MockDBInterfaceMockRecorder) Delete ¶
func (mr *MockDBInterfaceMockRecorder) Delete(name interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockDBInterfaceMockRecorder) Get ¶
func (mr *MockDBInterfaceMockRecorder) Get(name interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockDBInterfaceMockRecorder) Set ¶
func (mr *MockDBInterfaceMockRecorder) Set(info interface{}) *gomock.Call
Set indicates an expected call of Set
Click to show internal directories.
Click to hide internal directories.