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 MockReponser ¶
type MockReponser[T any] struct { // contains filtered or unexported fields }
MockReponser is a mock of Reponser interface.
func NewMockReponser ¶
func NewMockReponser[T any](ctrl *gomock.Controller) *MockReponser[T]
NewMockReponser creates a new mock instance.
func (*MockReponser[T]) EXPECT ¶
func (m *MockReponser[T]) EXPECT() *MockReponserMockRecorder[T]
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockReponser[T]) Message ¶
func (m *MockReponser[T]) Message(arg0 T) T
Message mocks base method.
type MockReponserMockRecorder ¶
type MockReponserMockRecorder[T any] struct { // contains filtered or unexported fields }
MockReponserMockRecorder is the mock recorder for MockReponser.
func (*MockReponserMockRecorder[T]) Message ¶
func (mr *MockReponserMockRecorder[T]) Message(arg0 interface{}) *gomock.Call
Message indicates an expected call of Message.
Click to show internal directories.
Click to hide internal directories.