Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CatchPanicAsError ¶
func CatchPanicAsError(errPointer *error)
Types ¶
type Client ¶
type Client interface { Download(serverUrl, localPath, remotePath string) error DownloadDirFiltered(serverUrl, localPath, remotePath, dirFileFilterPattern string) error Upload(serverUrl, localPath, remotePath string) error UploadDirFiltered(serverUrl, localPath, remotePath, dirFileFilterPattern string) error Delete(serverUrl, remotePath string) error DeleteDirFiltered(serverUrl, remotePath, dirFileFilterPattern string) error Move(serverUrl, oldRemotePath, newRemotePath string) error Stats(serverUrl, remotePath string) (*Stats, error) }
func New ¶
func New(simpleLogger ziputils.SimpleLogger) Client
Click to show internal directories.
Click to hide internal directories.