Documentation
¶
Overview ¶
Package mock_logger is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) Debugf(arg0 string, arg1 ...interface{})
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) Errorf(arg0 string, arg1 ...interface{})
- func (m *MockInterface) Infof(arg0 string, arg1 ...interface{})
- func (m *MockInterface) Warnf(arg0 string, arg1 ...interface{})
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) Debugf(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Errorf(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Infof(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Warnf(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) Debugf ¶
func (m *MockInterface) Debugf(arg0 string, arg1 ...interface{})
Debugf mocks base method.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) Errorf ¶
func (m *MockInterface) Errorf(arg0 string, arg1 ...interface{})
Errorf mocks base method.
func (*MockInterface) Infof ¶
func (m *MockInterface) Infof(arg0 string, arg1 ...interface{})
Infof mocks base method.
func (*MockInterface) Warnf ¶
func (m *MockInterface) Warnf(arg0 string, arg1 ...interface{})
Warnf mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) Debugf ¶
func (mr *MockInterfaceMockRecorder) Debugf(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Debugf indicates an expected call of Debugf.
func (*MockInterfaceMockRecorder) Errorf ¶
func (mr *MockInterfaceMockRecorder) Errorf(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Errorf indicates an expected call of Errorf.
func (*MockInterfaceMockRecorder) Infof ¶
func (mr *MockInterfaceMockRecorder) Infof(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Infof indicates an expected call of Infof.
func (*MockInterfaceMockRecorder) Warnf ¶
func (mr *MockInterfaceMockRecorder) Warnf(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Warnf indicates an expected call of Warnf.
Click to show internal directories.
Click to hide internal directories.