Documentation ¶
Overview ¶
Package handler is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIHandler ¶
type MockIHandler struct {
// contains filtered or unexported fields
}
MockIHandler is a mock of IHandler interface.
func NewMockIHandler ¶
func NewMockIHandler(ctrl *gomock.Controller) *MockIHandler
NewMockIHandler creates a new mock instance.
func (*MockIHandler) EXPECT ¶
func (m *MockIHandler) EXPECT() *MockIHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIHandler) GetMiddleware ¶
func (m *MockIHandler) GetMiddleware() []echo.MiddlewareFunc
GetMiddleware mocks base method.
type MockIHandlerFactory ¶
type MockIHandlerFactory struct {
// contains filtered or unexported fields
}
MockIHandlerFactory is a mock of IHandlerFactory interface.
func NewMockIHandlerFactory ¶
func NewMockIHandlerFactory(ctrl *gomock.Controller) *MockIHandlerFactory
NewMockIHandlerFactory creates a new mock instance.
func (*MockIHandlerFactory) EXPECT ¶
func (m *MockIHandlerFactory) EXPECT() *MockIHandlerFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIHandlerFactory) RegisterHandlers ¶
func (m *MockIHandlerFactory) RegisterHandlers(arg0 *echo.Group)
RegisterHandlers mocks base method.
type MockIHandlerFactoryMockRecorder ¶
type MockIHandlerFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockIHandlerFactoryMockRecorder is the mock recorder for MockIHandlerFactory.
func (*MockIHandlerFactoryMockRecorder) RegisterHandlers ¶
func (mr *MockIHandlerFactoryMockRecorder) RegisterHandlers(arg0 interface{}) *gomock.Call
RegisterHandlers indicates an expected call of RegisterHandlers.
type MockIHandlerMockRecorder ¶
type MockIHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockIHandlerMockRecorder is the mock recorder for MockIHandler.
func (*MockIHandlerMockRecorder) Do ¶
func (mr *MockIHandlerMockRecorder) Do(arg0 interface{}) *gomock.Call
Do indicates an expected call of Do.
func (*MockIHandlerMockRecorder) GetMiddleware ¶
func (mr *MockIHandlerMockRecorder) GetMiddleware() *gomock.Call
GetMiddleware indicates an expected call of GetMiddleware.