Documentation
¶
Overview ¶
Package mock_logger is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) Debug(ctx context.Context, obj any)
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) Error(ctx context.Context, obj any)
- func (m *MockInterface) Fatal(ctx context.Context, obj any)
- func (m *MockInterface) Info(ctx context.Context, obj any)
- func (m *MockInterface) Panic(obj any)
- func (m *MockInterface) Trace(ctx context.Context, obj any)
- func (m *MockInterface) Warn(ctx context.Context, obj any)
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) Debug(ctx, obj any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Error(ctx, obj any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Fatal(ctx, obj any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Info(ctx, obj any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Panic(obj any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Trace(ctx, obj any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Warn(ctx, obj any) *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) Debug ¶
func (m *MockInterface) Debug(ctx context.Context, obj any)
Debug 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) Error ¶
func (m *MockInterface) Error(ctx context.Context, obj any)
Error mocks base method.
func (*MockInterface) Fatal ¶
func (m *MockInterface) Fatal(ctx context.Context, obj any)
Fatal mocks base method.
func (*MockInterface) Info ¶
func (m *MockInterface) Info(ctx context.Context, obj any)
Info mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) Debug ¶
func (mr *MockInterfaceMockRecorder) Debug(ctx, obj any) *gomock.Call
Debug indicates an expected call of Debug.
func (*MockInterfaceMockRecorder) Error ¶
func (mr *MockInterfaceMockRecorder) Error(ctx, obj any) *gomock.Call
Error indicates an expected call of Error.
func (*MockInterfaceMockRecorder) Fatal ¶
func (mr *MockInterfaceMockRecorder) Fatal(ctx, obj any) *gomock.Call
Fatal indicates an expected call of Fatal.
func (*MockInterfaceMockRecorder) Info ¶
func (mr *MockInterfaceMockRecorder) Info(ctx, obj any) *gomock.Call
Info indicates an expected call of Info.
func (*MockInterfaceMockRecorder) Panic ¶
func (mr *MockInterfaceMockRecorder) Panic(obj any) *gomock.Call
Panic indicates an expected call of Panic.
Click to show internal directories.
Click to hide internal directories.