Documentation ¶
Overview ¶
Package rclone contains all the rclone operations
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func APIOneShot ¶ added in v0.17.0
APIOneShot is a generic way to call the API. Good for single commands to send through that don't have to wait and such
func Copy ¶ added in v0.18.0
func Copy(source, destination string, c chan TransferStatus) error
Copy copies a single file to the destination
Types ¶
type TransferStatus ¶ added in v0.18.0
type TransferStatus struct { Name string `json:"name,omitempty"` Stats jobStats `json:"stats,omitempty"` Status jobStatus `json:"status,omitempty"` }
TransferStatus is the status of a transfer, used for reporting back to our travel agent or such
Click to show internal directories.
Click to hide internal directories.