Documentation
¶
Overview ¶
Package simplemock is a generated GoMock package.
Package simplemock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInquirer ¶
type MockInquirer struct {
// contains filtered or unexported fields
}
MockInquirer is a mock of Inquirer interface.
func NewMockInquirer ¶
func NewMockInquirer(ctrl *gomock.Controller) *MockInquirer
NewMockInquirer creates a new mock instance.
func (*MockInquirer) EXPECT ¶
func (m *MockInquirer) EXPECT() *MockInquirerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInquirer) PerDay ¶
func (m *MockInquirer) PerDay(ctx context.Context, in simple.PerDayInput) ([]simple.RecordOfDay, error)
PerDay mocks base method.
type MockInquirerMockRecorder ¶
type MockInquirerMockRecorder struct {
// contains filtered or unexported fields
}
MockInquirerMockRecorder is the mock recorder for MockInquirer.
func (*MockInquirerMockRecorder) PerDay ¶
func (mr *MockInquirerMockRecorder) PerDay(ctx, in interface{}) *gomock.Call
PerDay indicates an expected call of PerDay.
type MockRecorder ¶
type MockRecorder struct {
// contains filtered or unexported fields
}
MockRecorder is a mock of Recorder interface.
func NewMockRecorder ¶
func NewMockRecorder(ctrl *gomock.Controller) *MockRecorder
NewMockRecorder creates a new mock instance.
func (*MockRecorder) EXPECT ¶
func (m *MockRecorder) EXPECT() *MockRecorderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockRecorderMockRecorder ¶
type MockRecorderMockRecorder struct {
// contains filtered or unexported fields
}
MockRecorderMockRecorder is the mock recorder for MockRecorder.
func (*MockRecorderMockRecorder) Do ¶
func (mr *MockRecorderMockRecorder) Do(ctx, t interface{}) *gomock.Call
Do indicates an expected call of Do.