Documentation ¶
Overview ¶
Package middlewaremock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIMiddleware ¶
type MockIMiddleware struct {
// contains filtered or unexported fields
}
MockIMiddleware is a mock of IMiddleware interface.
func NewMockIMiddleware ¶
func NewMockIMiddleware(ctrl *gomock.Controller) *MockIMiddleware
NewMockIMiddleware creates a new mock instance.
func (*MockIMiddleware) EXPECT ¶
func (m *MockIMiddleware) EXPECT() *MockIMiddlewareMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIMiddlewareMockRecorder ¶
type MockIMiddlewareMockRecorder struct {
// contains filtered or unexported fields
}
MockIMiddlewareMockRecorder is the mock recorder for MockIMiddleware.
func (*MockIMiddlewareMockRecorder) Handler ¶
func (mr *MockIMiddlewareMockRecorder) Handler(handler interface{}) *gomock.Call
Handler indicates an expected call of Handler.
Click to show internal directories.
Click to hide internal directories.