Documentation ¶
Index ¶
- type RepositoryBowerGroupService
- func (s *RepositoryBowerGroupService) Create(repo repository.BowerGroupRepository) error
- func (s *RepositoryBowerGroupService) Delete(id string) error
- func (s *RepositoryBowerGroupService) Get(id string) (*repository.BowerGroupRepository, error)
- func (s *RepositoryBowerGroupService) Update(id string, repo repository.BowerGroupRepository) error
- type RepositoryBowerHostedService
- func (s *RepositoryBowerHostedService) Create(repo repository.BowerHostedRepository) error
- func (s *RepositoryBowerHostedService) Delete(id string) error
- func (s *RepositoryBowerHostedService) Get(id string) (*repository.BowerHostedRepository, error)
- func (s *RepositoryBowerHostedService) Update(id string, repo repository.BowerHostedRepository) error
- type RepositoryBowerProxyService
- func (s *RepositoryBowerProxyService) Create(repo repository.BowerProxyRepository) error
- func (s *RepositoryBowerProxyService) Delete(id string) error
- func (s *RepositoryBowerProxyService) Get(id string) (*repository.BowerProxyRepository, error)
- func (s *RepositoryBowerProxyService) Update(id string, repo repository.BowerProxyRepository) error
- type RepositoryBowerService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepositoryBowerGroupService ¶
type RepositoryBowerGroupService struct {
// contains filtered or unexported fields
}
func NewRepositoryBowerGroupService ¶
func NewRepositoryBowerGroupService(c *client.Client) *RepositoryBowerGroupService
func (*RepositoryBowerGroupService) Create ¶
func (s *RepositoryBowerGroupService) Create(repo repository.BowerGroupRepository) error
func (*RepositoryBowerGroupService) Delete ¶
func (s *RepositoryBowerGroupService) Delete(id string) error
func (*RepositoryBowerGroupService) Get ¶
func (s *RepositoryBowerGroupService) Get(id string) (*repository.BowerGroupRepository, error)
func (*RepositoryBowerGroupService) Update ¶
func (s *RepositoryBowerGroupService) Update(id string, repo repository.BowerGroupRepository) error
type RepositoryBowerHostedService ¶
type RepositoryBowerHostedService struct {
// contains filtered or unexported fields
}
func NewRepositoryBowerHostedService ¶
func NewRepositoryBowerHostedService(c *client.Client) *RepositoryBowerHostedService
func (*RepositoryBowerHostedService) Create ¶
func (s *RepositoryBowerHostedService) Create(repo repository.BowerHostedRepository) error
func (*RepositoryBowerHostedService) Delete ¶
func (s *RepositoryBowerHostedService) Delete(id string) error
func (*RepositoryBowerHostedService) Get ¶
func (s *RepositoryBowerHostedService) Get(id string) (*repository.BowerHostedRepository, error)
func (*RepositoryBowerHostedService) Update ¶
func (s *RepositoryBowerHostedService) Update(id string, repo repository.BowerHostedRepository) error
type RepositoryBowerProxyService ¶
type RepositoryBowerProxyService struct {
// contains filtered or unexported fields
}
func NewRepositoryBowerProxyService ¶
func NewRepositoryBowerProxyService(c *client.Client) *RepositoryBowerProxyService
func (*RepositoryBowerProxyService) Create ¶
func (s *RepositoryBowerProxyService) Create(repo repository.BowerProxyRepository) error
func (*RepositoryBowerProxyService) Delete ¶
func (s *RepositoryBowerProxyService) Delete(id string) error
func (*RepositoryBowerProxyService) Get ¶
func (s *RepositoryBowerProxyService) Get(id string) (*repository.BowerProxyRepository, error)
func (*RepositoryBowerProxyService) Update ¶
func (s *RepositoryBowerProxyService) Update(id string, repo repository.BowerProxyRepository) error
type RepositoryBowerService ¶
type RepositoryBowerService struct { Group *RepositoryBowerGroupService Hosted *RepositoryBowerHostedService Proxy *RepositoryBowerProxyService // contains filtered or unexported fields }
func NewRepositoryBowerService ¶
func NewRepositoryBowerService(c *client.Client) *RepositoryBowerService
Click to show internal directories.
Click to hide internal directories.