Documentation
¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: ./responder.go
Generated by this command:
mockgen -source=./responder.go -destination=./mocks/responder.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 MockIJSONResponder ¶
type MockIJSONResponder struct {
// contains filtered or unexported fields
}
MockIJSONResponder is a mock of IJSONResponder interface.
func NewMockIJSONResponder ¶
func NewMockIJSONResponder(ctrl *gomock.Controller) *MockIJSONResponder
NewMockIJSONResponder creates a new mock instance.
func (*MockIJSONResponder) EXPECT ¶
func (m *MockIJSONResponder) EXPECT() *MockIJSONResponderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIJSONResponder) JSON ¶
func (m *MockIJSONResponder) JSON(code int, data any)
JSON mocks base method.
type MockIJSONResponderMockRecorder ¶
type MockIJSONResponderMockRecorder struct {
// contains filtered or unexported fields
}
MockIJSONResponderMockRecorder is the mock recorder for MockIJSONResponder.
Click to show internal directories.
Click to hide internal directories.