Documentation ¶
Overview ¶
Package transporters define how transport plugins behave
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UniquifyDest ¶ added in v0.16.0
UniquifyDest turns a string in to a unique string, by appending a ULID
Types ¶
type Transporter ¶
type Transporter interface { // Configure(c Config) error Check() error Send(s, u string) error SendWithChannel(s, u string, c chan rclone.TransferStatus) error }
Transporter describes how items that meet a Transporter behaves
Click to show internal directories.
Click to hide internal directories.