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 MockConfigInterface ¶
type MockConfigInterface struct {
// contains filtered or unexported fields
}
MockConfigInterface is a mock of ConfigInterface interface.
func NewMockConfigInterface ¶
func NewMockConfigInterface(ctrl *gomock.Controller) *MockConfigInterface
NewMockConfigInterface creates a new mock instance.
func (*MockConfigInterface) EXPECT ¶
func (m *MockConfigInterface) EXPECT() *MockConfigInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockConfigInterface) GetApp ¶
func (m *MockConfigInterface) GetApp() interface{}
GetApp mocks base method.
func (*MockConfigInterface) GetDatabase ¶
func (m *MockConfigInterface) GetDatabase() interface{}
GetDatabase mocks base method.
type MockConfigInterfaceMockRecorder ¶
type MockConfigInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigInterfaceMockRecorder is the mock recorder for MockConfigInterface.
func (*MockConfigInterfaceMockRecorder) GetApp ¶
func (mr *MockConfigInterfaceMockRecorder) GetApp() *gomock.Call
GetApp indicates an expected call of GetApp.
func (*MockConfigInterfaceMockRecorder) GetDatabase ¶
func (mr *MockConfigInterfaceMockRecorder) GetDatabase() *gomock.Call
GetDatabase indicates an expected call of GetDatabase.
Click to show internal directories.
Click to hide internal directories.