Versions in this module Expand all Collapse all v0 v0.14.5 Oct 27, 2020 v0.14.4 Oct 23, 2020 Changes in this version + func CreateVersionDetailsForDownloadVersion(versionStr string) (*versions.Path, error) + func SownInDownloadList(url string, bintrayDetails auth.BintrayDetails) (bool, error) + type DownloadFileParams struct + Flat bool + IncludeUnpublished bool + MinSplitSize int64 + SplitCount int + TargetPath string + func NewDownloadFileParams() *DownloadFileParams + type DownloadService struct + BintrayDetails auth.BintrayDetails + Threads int + func NewDownloadService(client *httpclient.HttpClient) *DownloadService + func (ds *DownloadService) DownloadFile(downloadParams *DownloadFileParams) (totalDownloaded, totalFailed int, err error) + func (ds *DownloadService) DownloadVersion(downloadParams *DownloadVersionParams) (totalDownloaded, totalFailed int, err error) + type DownloadVersionParams struct + IncludeUnpublished bool + TargetPath string + func NewDownloadVersionParams() *DownloadVersionParams + type UploadParams struct + Deb string + Explode bool + Flat bool + Override bool + Pattern string + Publish bool + Recursive bool + ShowInDownloadList bool + TargetPath string + UseRegExp bool + func NewUploadParams() *UploadParams + type UploadService struct + BintrayDetails auth.BintrayDetails + DryRun bool + Threads int + func NewUploadService(client *httpclient.HttpClient) *UploadService + func (us *UploadService) Upload(uploadDetails *UploadParams) (totalUploaded, totalFailed int, err error) + type VersionFilesResult struct + Path string