Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockQueryer ¶
type MockQueryer[T any] struct { // contains filtered or unexported fields }
MockQueryer is a mock of Queryer interface.
func NewMockQueryer ¶
func NewMockQueryer[T any](ctrl *gomock.Controller) *MockQueryer[T]
NewMockQueryer creates a new mock instance.
func (*MockQueryer[T]) Count ¶
func (m *MockQueryer[T]) Count(ctx context.Context) (int, error)
Count mocks base method.
func (*MockQueryer[T]) EXPECT ¶
func (m *MockQueryer[T]) EXPECT() *MockQueryerMockRecorder[T]
EXPECT returns an object that allows the caller to indicate expected use.
type MockQueryerMockRecorder ¶
type MockQueryerMockRecorder[T any] struct { // contains filtered or unexported fields }
MockQueryerMockRecorder is the mock recorder for MockQueryer.
Click to show internal directories.
Click to hide internal directories.