Documentation ¶
Overview ¶
Package libconfigmock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIface ¶
type MockIface struct {
// contains filtered or unexported fields
}
MockIface is a mock of Iface interface.
func NewMockIface ¶
func NewMockIface(ctrl *gomock.Controller) *MockIface
NewMockIface creates a new mock instance.
func (*MockIface) EXPECT ¶
func (m *MockIface) EXPECT() *MockIfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIfaceMockRecorder ¶
type MockIfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockIfaceMockRecorder is the mock recorder for MockIface.
func (*MockIfaceMockRecorder) GetData ¶
func (mr *MockIfaceMockRecorder) GetData() *gomock.Call
GetData indicates an expected call of GetData.
func (*MockIfaceMockRecorder) GetStore ¶
func (mr *MockIfaceMockRecorder) GetStore() *gomock.Call
GetStore indicates an expected call of GetStore.
Click to show internal directories.
Click to hide internal directories.