Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶
type Params struct { // Dir is the path to the primary directory to offload. // // Example: /path/to/swarming/logs SourceDir string // GSURL is the destination path. GSURL string // MaxConcurrentJobs is the maximum number of concurrent uploads that can happen at once MaxConcurrentJobs int }
Params is a collection of parameters for uploading a directory.
Click to show internal directories.
Click to hide internal directories.