Documentation
¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: ./interfaces/log.go
Generated by this command:
mockgen -source=./interfaces/log.go -destination=./mocks/log.go -package=mocks
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 MockILog ¶
type MockILog[T any] struct { // contains filtered or unexported fields }
MockILog is a mock of ILog interface.
func NewMockILog ¶
func NewMockILog[T any](ctrl *gomock.Controller) *MockILog[T]
NewMockILog creates a new mock instance.
func (*MockILog[T]) EXPECT ¶
func (m *MockILog[T]) EXPECT() *MockILogMockRecorder[T]
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockILog[T]) Initialize ¶
Initialize mocks base method.
type MockILogMockRecorder ¶
type MockILogMockRecorder[T any] struct { // contains filtered or unexported fields }
MockILogMockRecorder is the mock recorder for MockILog.
func (*MockILogMockRecorder[T]) Initialize ¶
func (mr *MockILogMockRecorder[T]) Initialize() *gomock.Call
Initialize indicates an expected call of Initialize.
Click to show internal directories.
Click to hide internal directories.