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 MockCheckInstallHandler ¶
type MockCheckInstallHandler struct {
// contains filtered or unexported fields
}
MockCheckInstallHandler is a mock of CheckInstallHandler interface
func NewMockCheckInstallHandler ¶
func NewMockCheckInstallHandler(ctrl *gomock.Controller) *MockCheckInstallHandler
NewMockCheckInstallHandler creates a new mock instance
func (*MockCheckInstallHandler) CheckInstall ¶
func (m *MockCheckInstallHandler) CheckInstall(arg0 context.Context, arg1 string) bool
CheckInstall mocks base method
func (*MockCheckInstallHandler) EXPECT ¶
func (m *MockCheckInstallHandler) EXPECT() *MockCheckInstallHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockCheckInstallHandlerMockRecorder ¶
type MockCheckInstallHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockCheckInstallHandlerMockRecorder is the mock recorder for MockCheckInstallHandler
func (*MockCheckInstallHandlerMockRecorder) CheckInstall ¶
func (mr *MockCheckInstallHandlerMockRecorder) CheckInstall(arg0, arg1 interface{}) *gomock.Call
CheckInstall indicates an expected call of CheckInstall
type MockInstallHandler ¶
type MockInstallHandler struct {
// contains filtered or unexported fields
}
MockInstallHandler is a mock of InstallHandler interface
func NewMockInstallHandler ¶
func NewMockInstallHandler(ctrl *gomock.Controller) *MockInstallHandler
NewMockInstallHandler creates a new mock instance
func (*MockInstallHandler) EXPECT ¶
func (m *MockInstallHandler) EXPECT() *MockInstallHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInstallHandler) Install ¶
func (m *MockInstallHandler) Install(arg0 context.Context, arg1 bool, arg2 *handlers.InstallParams) error
Install mocks base method
type MockInstallHandlerMockRecorder ¶
type MockInstallHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockInstallHandlerMockRecorder is the mock recorder for MockInstallHandler
func (*MockInstallHandlerMockRecorder) Install ¶
func (mr *MockInstallHandlerMockRecorder) Install(arg0, arg1, arg2 interface{}) *gomock.Call
Install indicates an expected call of Install
type MockUninstallHandler ¶
type MockUninstallHandler struct {
// contains filtered or unexported fields
}
MockUninstallHandler is a mock of UninstallHandler interface
func NewMockUninstallHandler ¶
func NewMockUninstallHandler(ctrl *gomock.Controller) *MockUninstallHandler
NewMockUninstallHandler creates a new mock instance
func (*MockUninstallHandler) EXPECT ¶
func (m *MockUninstallHandler) EXPECT() *MockUninstallHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockUninstallHandler) Uninstall ¶
func (m *MockUninstallHandler) Uninstall(arg0 context.Context, arg1 bool, arg2 *handlers.UninstallParams) error
Uninstall mocks base method
type MockUninstallHandlerMockRecorder ¶
type MockUninstallHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockUninstallHandlerMockRecorder is the mock recorder for MockUninstallHandler
func (*MockUninstallHandlerMockRecorder) Uninstall ¶
func (mr *MockUninstallHandlerMockRecorder) Uninstall(arg0, arg1, arg2 interface{}) *gomock.Call
Uninstall indicates an expected call of Uninstall