Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCommand ¶
type MockCommand struct {
// contains filtered or unexported fields
}
Mock of Command interface
func NewMockCommand ¶
func NewMockCommand(ctrl *gomock.Controller) *MockCommand
func (*MockCommand) EXPECT ¶
func (_m *MockCommand) EXPECT() *_MockCommandRecorder
func (*MockCommand) Handle ¶
func (_m *MockCommand) Handle(w http.ResponseWriter, req *http.Request)
type MockapiInnerCommand ¶
type MockapiInnerCommand struct {
// contains filtered or unexported fields
}
Mock of apiInnerCommand interface
func NewMockapiInnerCommand ¶
func NewMockapiInnerCommand(ctrl *gomock.Controller) *MockapiInnerCommand
func (*MockapiInnerCommand) EXPECT ¶
func (_m *MockapiInnerCommand) EXPECT() *_MockapiInnerCommandRecorder
Click to show internal directories.
Click to hide internal directories.