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 + const BINTRAY_API_URL + const BINTRAY_DOWNLOAD_SERVER_URL + type BintrayDetails interface + CreateHttpClientDetails func() httputils.HttpClientDetails + GetApiUrl func() string + GetDefPackageLicense func() string + GetDownloadServerUrl func() string + GetKey func() string + GetUser func() string + Marshal func() ([]byte, error) + SetApiUrl func(apiUrl string) + SetDefPackageLicense func(license string) + SetDownloadServerUrl func(downloadUrl string) + SetKey func(key string) + SetUser func(user string) + func NewBintrayDetails() BintrayDetails