Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockHandler ¶
type MockHandler struct {
// contains filtered or unexported fields
}
Mock of Handler interface
func NewMockHandler ¶
func NewMockHandler(ctrl *gomock.Controller) *MockHandler
func (*MockHandler) EXPECT ¶
func (_m *MockHandler) EXPECT() *_MockHandlerRecorder
func (*MockHandler) ServeHTTP ¶
func (_m *MockHandler) ServeHTTP(_param0 http.ResponseWriter, _param1 *http.Request)
Click to show internal directories.
Click to hide internal directories.