Documentation ¶
Index ¶
- func BuildEntitlementUrl(bintrayDetails auth.BintrayDetails, details *versions.Path, entId string) string
- func BuildEntitlementsUrl(bintrayDetails auth.BintrayDetails, details *versions.Path) string
- func CreateVersionDetails(versionStr string) (*versions.Path, error)
- type EntitlementsService
- func (es *EntitlementsService) Create(params *Params) error
- func (es *EntitlementsService) Delete(id string, path *versions.Path) error
- func (es *EntitlementsService) Show(id string, path *versions.Path) error
- func (es *EntitlementsService) ShowAll(path *versions.Path) error
- func (es *EntitlementsService) Update(params *Params) error
- type Params
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildEntitlementUrl ¶
func BuildEntitlementsUrl ¶
func BuildEntitlementsUrl(bintrayDetails auth.BintrayDetails, details *versions.Path) string
Types ¶
type EntitlementsService ¶
type EntitlementsService struct { BintrayDetails auth.BintrayDetails // contains filtered or unexported fields }
func NewService ¶
func NewService(client *httpclient.HttpClient) *EntitlementsService
func (*EntitlementsService) Create ¶
func (es *EntitlementsService) Create(params *Params) error
func (*EntitlementsService) Delete ¶
func (es *EntitlementsService) Delete(id string, path *versions.Path) error
func (*EntitlementsService) Show ¶
func (es *EntitlementsService) Show(id string, path *versions.Path) error
func (*EntitlementsService) ShowAll ¶
func (es *EntitlementsService) ShowAll(path *versions.Path) error
func (*EntitlementsService) Update ¶
func (es *EntitlementsService) Update(params *Params) error
Click to show internal directories.
Click to hide internal directories.