Documentation ¶
Overview ¶
Package mock_controller is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockApplicationController ¶
type MockApplicationController struct {
// contains filtered or unexported fields
}
MockApplicationController is a mock of ApplicationController interface.
func NewMockApplicationController ¶
func NewMockApplicationController(ctrl *gomock.Controller) *MockApplicationController
NewMockApplicationController creates a new mock instance.
func (*MockApplicationController) EXPECT ¶
func (m *MockApplicationController) EXPECT() *MockApplicationControllerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockApplicationController) Handler ¶
func (m *MockApplicationController) Handler(w http.ResponseWriter, r *http.Request)
Handler mocks base method.
type MockApplicationControllerMockRecorder ¶
type MockApplicationControllerMockRecorder struct {
// contains filtered or unexported fields
}
MockApplicationControllerMockRecorder is the mock recorder for MockApplicationController.
func (*MockApplicationControllerMockRecorder) Handler ¶
func (mr *MockApplicationControllerMockRecorder) Handler(w, r interface{}) *gomock.Call
Handler indicates an expected call of Handler.
Click to show internal directories.
Click to hide internal directories.