Documentation ¶
Index ¶
- type Params
- type Path
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Params ¶
type Params struct { *Path Desc string VcsTag string Released string GithubReleaseNotesFile string GithubUseTagReleaseNotes bool }
func NewVersionParams ¶
func NewVersionParams() *Params
type Path ¶
func CreatePath ¶
type VersionService ¶
type VersionService struct { BintrayDetails auth.BintrayDetails // contains filtered or unexported fields }
func NewService ¶
func NewService(client *httpclient.HttpClient) *VersionService
func (*VersionService) Create ¶
func (vs *VersionService) Create(params *Params) error
func (*VersionService) Delete ¶
func (vs *VersionService) Delete(versionPath *Path) error
func (*VersionService) IsVersionExists ¶
func (vs *VersionService) IsVersionExists(versionPath *Path) (bool, error)
func (*VersionService) Publish ¶
func (vs *VersionService) Publish(versionPath *Path) error
func (*VersionService) Show ¶
func (vs *VersionService) Show(versionPath *Path) error
func (*VersionService) Update ¶
func (vs *VersionService) Update(params *Params) error
Click to show internal directories.
Click to hide internal directories.