Documentation
¶
Overview ¶
Package mock_logger is a generated GoMock package.
Index ¶
- type MockLoggerInterface
- func (m *MockLoggerInterface) Debug(message string, fields ...zap.Field)
- func (m *MockLoggerInterface) EXPECT() *MockLoggerInterfaceMockRecorder
- func (m *MockLoggerInterface) Error(message string, fields ...zap.Field)
- func (m *MockLoggerInterface) Fatal(message string, fields ...zap.Field)
- func (m *MockLoggerInterface) Info(message string, fields ...zap.Field)
- type MockLoggerInterfaceMockRecorder
- func (mr *MockLoggerInterfaceMockRecorder) Debug(message any, fields ...any) *gomock.Call
- func (mr *MockLoggerInterfaceMockRecorder) Error(message any, fields ...any) *gomock.Call
- func (mr *MockLoggerInterfaceMockRecorder) Fatal(message any, fields ...any) *gomock.Call
- func (mr *MockLoggerInterfaceMockRecorder) Info(message any, fields ...any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLoggerInterface ¶
type MockLoggerInterface struct {
// contains filtered or unexported fields
}
MockLoggerInterface is a mock of LoggerInterface interface.
func NewMockLoggerInterface ¶
func NewMockLoggerInterface(ctrl *gomock.Controller) *MockLoggerInterface
NewMockLoggerInterface creates a new mock instance.
func (*MockLoggerInterface) Debug ¶
func (m *MockLoggerInterface) Debug(message string, fields ...zap.Field)
Debug mocks base method.
func (*MockLoggerInterface) EXPECT ¶
func (m *MockLoggerInterface) EXPECT() *MockLoggerInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockLoggerInterface) Error ¶
func (m *MockLoggerInterface) Error(message string, fields ...zap.Field)
Error mocks base method.
type MockLoggerInterfaceMockRecorder ¶
type MockLoggerInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockLoggerInterfaceMockRecorder is the mock recorder for MockLoggerInterface.
func (*MockLoggerInterfaceMockRecorder) Debug ¶
func (mr *MockLoggerInterfaceMockRecorder) Debug(message any, fields ...any) *gomock.Call
Debug indicates an expected call of Debug.
func (*MockLoggerInterfaceMockRecorder) Error ¶
func (mr *MockLoggerInterfaceMockRecorder) Error(message any, fields ...any) *gomock.Call
Error indicates an expected call of Error.
Click to show internal directories.
Click to hide internal directories.