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 AccessKeyContent struct + ApiOnly bool + BlackCidrs []string + ExistenceCheck ExistenceCheckContent + Expiry int64 + Id string + WhiteCidrs []string + type AccessKeysService struct + BintrayDetails auth.BintrayDetails + func NewService(client *httpclient.HttpClient) *AccessKeysService + func (aks *AccessKeysService) Create(params *Params) error + func (aks *AccessKeysService) Delete(org, id string) error + func (aks *AccessKeysService) Show(org, id string) error + func (aks *AccessKeysService) ShowAll(org string) error + func (aks *AccessKeysService) Update(params *Params) error + type ExistenceCheckContent struct + Cache_for_secs int + Url string + type Params struct + ApiOnly bool + BlackCidrs string + ExistenceCheckCache int + ExistenceCheckUrl string + Expiry int64 + Id string + Org string + Password string + WhiteCidrs string + func NewAccessKeysParams() *Params