Documentation ¶
Overview ¶
Package cloud defines how to transport the files out to the cloud ☁️
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transporter ¶
type Transporter struct {
Config transporters.Config
}
Transporter is the main struct for this plugin
func (Transporter) SendWithChannel ¶ added in v0.18.0
func (t Transporter) SendWithChannel(s, u string, c chan rclone.TransferStatus) error
SendWithChannel the data on up with an optional channel
Click to show internal directories.
Click to hide internal directories.