Documentation ¶
Index ¶
- type Client
- func (_m *Client) Chtimes(path string, atime time.Time, mtime time.Time) error
- func (_m *Client) Close() error
- func (_m *Client) Create(path string) (*pkgsftp.File, error)
- func (_m *Client) MkdirAll(path string) error
- func (_m *Client) OpenFile(path string, f int) (*pkgsftp.File, error)
- func (_m *Client) ReadDir(p string) ([]os.FileInfo, error)
- func (_m *Client) Remove(path string) error
- func (_m *Client) Rename(oldname string, newname string) error
- func (_m *Client) Stat(p string) (os.FileInfo, error)
- type FileInfo
- type SFTPFile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
type FileInfo ¶
FileInfo is an autogenerated mock type for the FileInfo type
type SFTPFile ¶
SFTPFile is an autogenerated mock type for the SFTPFile type
Click to show internal directories.
Click to hide internal directories.