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 MockConfiger ¶
type MockConfiger struct {
// contains filtered or unexported fields
}
MockConfiger is a mock of Configer interface.
func NewMockConfiger ¶
func NewMockConfiger(ctrl *gomock.Controller) *MockConfiger
NewMockConfiger creates a new mock instance.
func (*MockConfiger) EXPECT ¶
func (m *MockConfiger) EXPECT() *MockConfigerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockConfigerMockRecorder ¶
type MockConfigerMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigerMockRecorder is the mock recorder for MockConfiger.
func (*MockConfigerMockRecorder) Register ¶
func (mr *MockConfigerMockRecorder) Register() *gomock.Call
Register indicates an expected call of Register.
type MockPrinter ¶
type MockPrinter struct {
// contains filtered or unexported fields
}
MockPrinter is a mock of Printer interface.
func NewMockPrinter ¶
func NewMockPrinter(ctrl *gomock.Controller) *MockPrinter
NewMockPrinter creates a new mock instance.
func (*MockPrinter) EXPECT ¶
func (m *MockPrinter) EXPECT() *MockPrinterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPrinterMockRecorder ¶
type MockPrinterMockRecorder struct {
// contains filtered or unexported fields
}
MockPrinterMockRecorder is the mock recorder for MockPrinter.
func (*MockPrinterMockRecorder) Print ¶
func (mr *MockPrinterMockRecorder) Print() *gomock.Call
Print indicates an expected call of Print.
type MockValidater ¶
type MockValidater struct {
// contains filtered or unexported fields
}
MockValidater is a mock of Validater interface.
func NewMockValidater ¶
func NewMockValidater(ctrl *gomock.Controller) *MockValidater
NewMockValidater creates a new mock instance.
func (*MockValidater) EXPECT ¶
func (m *MockValidater) EXPECT() *MockValidaterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockValidater) Validate ¶
func (m *MockValidater) Validate() error
Validate mocks base method.
type MockValidaterMockRecorder ¶
type MockValidaterMockRecorder struct {
// contains filtered or unexported fields
}
MockValidaterMockRecorder is the mock recorder for MockValidater.
func (*MockValidaterMockRecorder) Validate ¶
func (mr *MockValidaterMockRecorder) Validate() *gomock.Call
Validate indicates an expected call of Validate.