Documentation ¶
Overview ¶
Package mock_handlers is a generated GoMock package.
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 MockEnableServiceHandler ¶
type MockEnableServiceHandler struct {
// contains filtered or unexported fields
}
MockEnableServiceHandler is a mock of EnableServiceHandler interface
func NewMockEnableServiceHandler ¶
func NewMockEnableServiceHandler(ctrl *gomock.Controller) *MockEnableServiceHandler
NewMockEnableServiceHandler creates a new mock instance
func (*MockEnableServiceHandler) EXPECT ¶
func (m *MockEnableServiceHandler) EXPECT() *MockEnableServiceHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockEnableServiceHandler) EnableService ¶
func (m *MockEnableServiceHandler) EnableService(arg0 context.Context, arg1 bool, arg2 string) error
EnableService mocks base method
type MockEnableServiceHandlerMockRecorder ¶
type MockEnableServiceHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockEnableServiceHandlerMockRecorder is the mock recorder for MockEnableServiceHandler
func (*MockEnableServiceHandlerMockRecorder) EnableService ¶
func (mr *MockEnableServiceHandlerMockRecorder) EnableService(arg0, arg1, arg2 interface{}) *gomock.Call
EnableService indicates an expected call of EnableService
type MockStartServiceHandler ¶
type MockStartServiceHandler struct {
// contains filtered or unexported fields
}
MockStartServiceHandler is a mock of StartServiceHandler interface
func NewMockStartServiceHandler ¶
func NewMockStartServiceHandler(ctrl *gomock.Controller) *MockStartServiceHandler
NewMockStartServiceHandler creates a new mock instance
func (*MockStartServiceHandler) EXPECT ¶
func (m *MockStartServiceHandler) EXPECT() *MockStartServiceHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockStartServiceHandler) StartService ¶
StartService mocks base method
type MockStartServiceHandlerMockRecorder ¶
type MockStartServiceHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockStartServiceHandlerMockRecorder is the mock recorder for MockStartServiceHandler
func (*MockStartServiceHandlerMockRecorder) StartService ¶
func (mr *MockStartServiceHandlerMockRecorder) StartService(arg0, arg1, arg2 interface{}) *gomock.Call
StartService indicates an expected call of StartService