Documentation ¶
Overview ¶
Package mock_handlers is a generated GoMock package.
Index ¶
- type MockCheckInstallHandler
- type MockCheckInstallHandlerMockRecorder
- type MockCommandHandler
- type MockCommandHandlerMockRecorder
- type MockCreateDirectoryHandler
- type MockCreateDirectoryHandlerMockRecorder
- type MockFileCopyHandler
- type MockFileCopyHandlerMockRecorder
- type MockFileMoveHandler
- type MockFileMoveHandlerMockRecorder
- type MockFishSetPathHandler
- type MockFishSetPathHandlerMockRecorder
- type MockFishSetVariableHandler
- type MockFishSetVariableHandlerMockRecorder
- type MockHTTPRequestHandler
- type MockHTTPRequestHandlerMockRecorder
- type MockInstallHandler
- type MockInstallHandlerMockRecorder
- type MockSymlinkHandler
- type MockSymlinkHandlerMockRecorder
- type MockUninstallHandler
- type MockUninstallHandlerMockRecorder
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 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
type MockCreateDirectoryHandler ¶ added in v0.0.10
type MockCreateDirectoryHandler struct {
// contains filtered or unexported fields
}
MockCreateDirectoryHandler is a mock of CreateDirectoryHandler interface
func NewMockCreateDirectoryHandler ¶ added in v0.0.10
func NewMockCreateDirectoryHandler(ctrl *gomock.Controller) *MockCreateDirectoryHandler
NewMockCreateDirectoryHandler creates a new mock instance
func (*MockCreateDirectoryHandler) CreateDirectory ¶ added in v0.0.10
func (m *MockCreateDirectoryHandler) CreateDirectory(arg0 context.Context, arg1 bool, arg2 *handlers.CreateDirectoryParams) error
CreateDirectory mocks base method
func (*MockCreateDirectoryHandler) EXPECT ¶ added in v0.0.10
func (m *MockCreateDirectoryHandler) EXPECT() *MockCreateDirectoryHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockCreateDirectoryHandlerMockRecorder ¶ added in v0.0.10
type MockCreateDirectoryHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockCreateDirectoryHandlerMockRecorder is the mock recorder for MockCreateDirectoryHandler
func (*MockCreateDirectoryHandlerMockRecorder) CreateDirectory ¶ added in v0.0.10
func (mr *MockCreateDirectoryHandlerMockRecorder) CreateDirectory(arg0, arg1, arg2 interface{}) *gomock.Call
CreateDirectory indicates an expected call of CreateDirectory
type MockFileCopyHandler ¶
type MockFileCopyHandler struct {
// contains filtered or unexported fields
}
MockFileCopyHandler is a mock of FileCopyHandler interface
func NewMockFileCopyHandler ¶
func NewMockFileCopyHandler(ctrl *gomock.Controller) *MockFileCopyHandler
NewMockFileCopyHandler creates a new mock instance
func (*MockFileCopyHandler) EXPECT ¶
func (m *MockFileCopyHandler) EXPECT() *MockFileCopyHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockFileCopyHandler) FileCopy ¶
func (m *MockFileCopyHandler) FileCopy(arg0 context.Context, arg1 bool, arg2 *handlers.FileCopyParams) error
FileCopy mocks base method
type MockFileCopyHandlerMockRecorder ¶
type MockFileCopyHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockFileCopyHandlerMockRecorder is the mock recorder for MockFileCopyHandler
func (*MockFileCopyHandlerMockRecorder) FileCopy ¶
func (mr *MockFileCopyHandlerMockRecorder) FileCopy(arg0, arg1, arg2 interface{}) *gomock.Call
FileCopy indicates an expected call of FileCopy
type MockFileMoveHandler ¶
type MockFileMoveHandler struct {
// contains filtered or unexported fields
}
MockFileMoveHandler is a mock of FileMoveHandler interface
func NewMockFileMoveHandler ¶
func NewMockFileMoveHandler(ctrl *gomock.Controller) *MockFileMoveHandler
NewMockFileMoveHandler creates a new mock instance
func (*MockFileMoveHandler) EXPECT ¶
func (m *MockFileMoveHandler) EXPECT() *MockFileMoveHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockFileMoveHandler) FileMove ¶
func (m *MockFileMoveHandler) FileMove(arg0 context.Context, arg1 bool, arg2 *handlers.FileMoveParams) error
FileMove mocks base method
type MockFileMoveHandlerMockRecorder ¶
type MockFileMoveHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockFileMoveHandlerMockRecorder is the mock recorder for MockFileMoveHandler
func (*MockFileMoveHandlerMockRecorder) FileMove ¶
func (mr *MockFileMoveHandlerMockRecorder) FileMove(arg0, arg1, arg2 interface{}) *gomock.Call
FileMove indicates an expected call of FileMove
type MockFishSetPathHandler ¶
type MockFishSetPathHandler struct {
// contains filtered or unexported fields
}
MockFishSetPathHandler is a mock of FishSetPathHandler interface
func NewMockFishSetPathHandler ¶
func NewMockFishSetPathHandler(ctrl *gomock.Controller) *MockFishSetPathHandler
NewMockFishSetPathHandler creates a new mock instance
func (*MockFishSetPathHandler) EXPECT ¶
func (m *MockFishSetPathHandler) EXPECT() *MockFishSetPathHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockFishSetPathHandler) FishSetPath ¶
func (m *MockFishSetPathHandler) FishSetPath(arg0 context.Context, arg1 bool, arg2 *handlers.FishSetPathParams) error
FishSetPath mocks base method
type MockFishSetPathHandlerMockRecorder ¶
type MockFishSetPathHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockFishSetPathHandlerMockRecorder is the mock recorder for MockFishSetPathHandler
func (*MockFishSetPathHandlerMockRecorder) FishSetPath ¶
func (mr *MockFishSetPathHandlerMockRecorder) FishSetPath(arg0, arg1, arg2 interface{}) *gomock.Call
FishSetPath indicates an expected call of FishSetPath
type MockFishSetVariableHandler ¶
type MockFishSetVariableHandler struct {
// contains filtered or unexported fields
}
MockFishSetVariableHandler is a mock of FishSetVariableHandler interface
func NewMockFishSetVariableHandler ¶
func NewMockFishSetVariableHandler(ctrl *gomock.Controller) *MockFishSetVariableHandler
NewMockFishSetVariableHandler creates a new mock instance
func (*MockFishSetVariableHandler) EXPECT ¶
func (m *MockFishSetVariableHandler) EXPECT() *MockFishSetVariableHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockFishSetVariableHandler) FishSetVariable ¶
func (m *MockFishSetVariableHandler) FishSetVariable(arg0 context.Context, arg1 bool, arg2 *handlers.FishSetVariableParams) error
FishSetVariable mocks base method
type MockFishSetVariableHandlerMockRecorder ¶
type MockFishSetVariableHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockFishSetVariableHandlerMockRecorder is the mock recorder for MockFishSetVariableHandler
func (*MockFishSetVariableHandlerMockRecorder) FishSetVariable ¶
func (mr *MockFishSetVariableHandlerMockRecorder) FishSetVariable(arg0, arg1, arg2 interface{}) *gomock.Call
FishSetVariable indicates an expected call of FishSetVariable
type MockHTTPRequestHandler ¶
type MockHTTPRequestHandler struct {
// contains filtered or unexported fields
}
MockHTTPRequestHandler is a mock of HTTPRequestHandler interface
func NewMockHTTPRequestHandler ¶
func NewMockHTTPRequestHandler(ctrl *gomock.Controller) *MockHTTPRequestHandler
NewMockHTTPRequestHandler creates a new mock instance
func (*MockHTTPRequestHandler) EXPECT ¶
func (m *MockHTTPRequestHandler) EXPECT() *MockHTTPRequestHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockHTTPRequestHandler) HTTPRequest ¶
func (m *MockHTTPRequestHandler) HTTPRequest(arg0 context.Context, arg1 bool, arg2 *handlers.HTTPRequestParams) error
HTTPRequest mocks base method
type MockHTTPRequestHandlerMockRecorder ¶
type MockHTTPRequestHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockHTTPRequestHandlerMockRecorder is the mock recorder for MockHTTPRequestHandler
func (*MockHTTPRequestHandlerMockRecorder) HTTPRequest ¶
func (mr *MockHTTPRequestHandlerMockRecorder) HTTPRequest(arg0, arg1, arg2 interface{}) *gomock.Call
HTTPRequest indicates an expected call of HTTPRequest
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 MockSymlinkHandler ¶
type MockSymlinkHandler struct {
// contains filtered or unexported fields
}
MockSymlinkHandler is a mock of SymlinkHandler interface
func NewMockSymlinkHandler ¶
func NewMockSymlinkHandler(ctrl *gomock.Controller) *MockSymlinkHandler
NewMockSymlinkHandler creates a new mock instance
func (*MockSymlinkHandler) EXPECT ¶
func (m *MockSymlinkHandler) EXPECT() *MockSymlinkHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSymlinkHandler) Symlink ¶
func (m *MockSymlinkHandler) Symlink(arg0 context.Context, arg1 bool, arg2 *handlers.SymlinkParams) error
Symlink mocks base method
type MockSymlinkHandlerMockRecorder ¶
type MockSymlinkHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockSymlinkHandlerMockRecorder is the mock recorder for MockSymlinkHandler
func (*MockSymlinkHandlerMockRecorder) Symlink ¶
func (mr *MockSymlinkHandlerMockRecorder) Symlink(arg0, arg1, arg2 interface{}) *gomock.Call
Symlink indicates an expected call of Symlink
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