Versions in this module Expand all Collapse all v0 v0.6.4 Dec 23, 2019 v0.6.0 Dec 3, 2019 Changes in this version + type Params struct + Desc string + GithubReleaseNotesFile string + GithubUseTagReleaseNotes bool + Released string + VcsTag string + func NewVersionParams() *Params + type Path struct + Package string + Repo string + Subject string + Version string + func CreatePath(versionStr string) (*Path, error) + type VersionService struct + BintrayDetails auth.BintrayDetails + func NewService(client *httpclient.HttpClient) *VersionService + func (vs *VersionService) Create(params *Params) error + func (vs *VersionService) Delete(versionPath *Path) error + func (vs *VersionService) IsVersionExists(versionPath *Path) (bool, error) + func (vs *VersionService) Publish(versionPath *Path) error + func (vs *VersionService) Show(versionPath *Path) error + func (vs *VersionService) Update(params *Params) error