Documentation ¶
Index ¶
- func UploadTargetsWithRetry(targets []string, data []byte, dstFileName string, retryInterval time.Duration, ...) error
- func UploadWatcher(watchdir string, targets []string, retryInterval time.Duration, ...) (error, chan bool)
- func UploadWithRetry(target Target, data []byte, retryInterval time.Duration, ...) error
- func UsageInfo() string
- func ValidateTargetUrl(targetUrl string) error
- type CreateUploader
- type Target
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UploadTargetsWithRetry ¶
func UploadWatcher ¶
func UploadWithRetry ¶
func ValidateTargetUrl ¶
Types ¶
type CreateUploader ¶
type CreateUploader func() Target
Click to show internal directories.
Click to hide internal directories.