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 MockErrorHandler ¶
type MockErrorHandler struct {
// contains filtered or unexported fields
}
MockErrorHandler is a mock of ErrorHandler interface.
func NewMockErrorHandler ¶
func NewMockErrorHandler(ctrl *gomock.Controller) *MockErrorHandler
NewMockErrorHandler creates a new mock instance.
func (*MockErrorHandler) EXPECT ¶
func (m *MockErrorHandler) EXPECT() *MockErrorHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockErrorHandler) OnError ¶
func (m *MockErrorHandler) OnError(err error)
OnError mocks base method.
type MockErrorHandlerMockRecorder ¶
type MockErrorHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockErrorHandlerMockRecorder is the mock recorder for MockErrorHandler.
type MockFlusher ¶
type MockFlusher[T any] struct { // contains filtered or unexported fields }
MockFlusher is a mock of Flusher interface.
func NewMockFlusher ¶
func NewMockFlusher[T any](ctrl *gomock.Controller) *MockFlusher[T]
NewMockFlusher creates a new mock instance.
func (*MockFlusher[T]) EXPECT ¶
func (m *MockFlusher[T]) EXPECT() *MockFlusherMockRecorder[T]
EXPECT returns an object that allows the caller to indicate expected use.
type MockFlusherMockRecorder ¶
type MockFlusherMockRecorder[T any] struct { // contains filtered or unexported fields }
MockFlusherMockRecorder is the mock recorder for MockFlusher.
type MockStore ¶
type MockStore[T any] struct { // contains filtered or unexported fields }
MockStore is a mock of Store interface.
func NewMockStore ¶
func NewMockStore[T any](ctrl *gomock.Controller) *MockStore[T]
NewMockStore creates a new mock instance.
func (*MockStore[T]) EXPECT ¶
func (m *MockStore[T]) EXPECT() *MockStoreMockRecorder[T]
EXPECT returns an object that allows the caller to indicate expected use.
type MockStoreMockRecorder ¶
type MockStoreMockRecorder[T any] struct { // contains filtered or unexported fields }
MockStoreMockRecorder is the mock recorder for MockStore.