Documentation ¶
Overview ¶
Package mock_ftp is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockExecutor ¶
type MockExecutor struct {
// contains filtered or unexported fields
}
MockExecutor is a mock of Executor interface.
func NewMockExecutor ¶
func NewMockExecutor(ctrl *gomock.Controller) *MockExecutor
NewMockExecutor creates a new mock instance.
func (*MockExecutor) Connection ¶
Connection mocks base method.
func (*MockExecutor) EXPECT ¶
func (m *MockExecutor) EXPECT() *MockExecutorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockExecutor) GetRootPath ¶
func (m *MockExecutor) GetRootPath(conn *sftp.Client) error
GetRootPath mocks base method.
type MockExecutorMockRecorder ¶
type MockExecutorMockRecorder struct {
// contains filtered or unexported fields
}
MockExecutorMockRecorder is the mock recorder for MockExecutor.
func (*MockExecutorMockRecorder) Connection ¶
func (mr *MockExecutorMockRecorder) Connection(con interface{}) *gomock.Call
Connection indicates an expected call of Connection.
func (*MockExecutorMockRecorder) GetRootPath ¶
func (mr *MockExecutorMockRecorder) GetRootPath(conn interface{}) *gomock.Call
GetRootPath indicates an expected call of GetRootPath.
Click to show internal directories.
Click to hide internal directories.