Versions in this module Expand all Collapse all v1 v1.1.0 Oct 13, 2022 v1.0.0 Oct 20, 2020 Changes in this version + 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 func() Target + type Target interface + Export func(data []byte) error + Scheme func() string + SetDestName func(name string) error + SetUploadUrl func(url string) error + UsageInfo func() string + func NewUploader(targetUrl string) (Target, error)