Documentation ¶
Overview ¶
Package mock_handlers is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCommandHandler ¶
type MockCommandHandler struct {
// contains filtered or unexported fields
}
MockCommandHandler is a mock of CommandHandler interface
func NewMockCommandHandler ¶
func NewMockCommandHandler(ctrl *gomock.Controller) *MockCommandHandler
NewMockCommandHandler creates a new mock instance
func (*MockCommandHandler) Command ¶
func (m *MockCommandHandler) Command(arg0 context.Context, arg1 bool, arg2 *handlers.CommandParams) error
Command mocks base method
func (*MockCommandHandler) EXPECT ¶
func (m *MockCommandHandler) EXPECT() *MockCommandHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockCommandHandlerMockRecorder ¶
type MockCommandHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockCommandHandlerMockRecorder is the mock recorder for MockCommandHandler
func (*MockCommandHandlerMockRecorder) Command ¶
func (mr *MockCommandHandlerMockRecorder) Command(arg0, arg1, arg2 interface{}) *gomock.Call
Command indicates an expected call of Command
Click to show internal directories.
Click to hide internal directories.