Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSFTPClient ¶
type MockSFTPClient struct {
FakeError error
}
MockSFTPClient - structure
func (*MockSFTPClient) Create ¶
func (s *MockSFTPClient) Create(path string) (file *sftp.File, err error)
func (*MockSFTPClient) Mkdir ¶
func (s *MockSFTPClient) Mkdir(path string) (err error)
func (*MockSFTPClient) ReadDir ¶
func (s *MockSFTPClient) ReadDir(p string) (fileInfo []os.FileInfo, err error)
func (*MockSFTPClient) Remove ¶
func (s *MockSFTPClient) Remove(path string) (err error)
Click to show internal directories.
Click to hide internal directories.