Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageService ¶
type PackageService struct { BintrayDetails auth.BintrayDetails // contains filtered or unexported fields }
func NewService ¶
func NewService(client *httpclient.HttpClient) *PackageService
func (*PackageService) Create ¶
func (ps *PackageService) Create(params *Params) error
func (*PackageService) Delete ¶
func (ps *PackageService) Delete(packagePath *Path) error
func (*PackageService) IsPackageExists ¶
func (ps *PackageService) IsPackageExists(packagePath *Path) (bool, error)
func (*PackageService) Show ¶
func (ps *PackageService) Show(packagePath *Path) error
func (*PackageService) Update ¶
func (ps *PackageService) Update(params *Params) error
type Params ¶
type Params struct { *Path Desc string Labels string Licenses string CustomLicenses string VcsUrl string WebsiteUrl string IssueTrackerUrl string GithubRepo string GithubReleaseNotesFile string PublicDownloadNumbers bool PublicStats bool }
func NewPackageParams ¶
func NewPackageParams() *Params
Click to show internal directories.
Click to hide internal directories.