Documentation ¶
Index ¶
- type RepositoryRawGroupService
- func (s *RepositoryRawGroupService) Create(repo repository.RawGroupRepository) error
- func (s *RepositoryRawGroupService) Delete(id string) error
- func (s *RepositoryRawGroupService) Get(id string) (*repository.RawGroupRepository, error)
- func (s *RepositoryRawGroupService) Update(id string, repo repository.RawGroupRepository) error
- type RepositoryRawHostedService
- func (s *RepositoryRawHostedService) Create(repo repository.RawHostedRepository) error
- func (s *RepositoryRawHostedService) Delete(id string) error
- func (s *RepositoryRawHostedService) Get(id string) (*repository.RawHostedRepository, error)
- func (s *RepositoryRawHostedService) Update(id string, repo repository.RawHostedRepository) error
- type RepositoryRawProxyService
- func (s *RepositoryRawProxyService) Create(repo repository.RawProxyRepository) error
- func (s *RepositoryRawProxyService) Delete(id string) error
- func (s *RepositoryRawProxyService) Get(id string) (*repository.RawProxyRepository, error)
- func (s *RepositoryRawProxyService) Update(id string, repo repository.RawProxyRepository) error
- type RepositoryRawService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepositoryRawGroupService ¶
type RepositoryRawGroupService struct {
// contains filtered or unexported fields
}
func NewRepositoryRawGroupService ¶
func NewRepositoryRawGroupService(c *client.Client) *RepositoryRawGroupService
func (*RepositoryRawGroupService) Create ¶
func (s *RepositoryRawGroupService) Create(repo repository.RawGroupRepository) error
func (*RepositoryRawGroupService) Delete ¶
func (s *RepositoryRawGroupService) Delete(id string) error
func (*RepositoryRawGroupService) Get ¶
func (s *RepositoryRawGroupService) Get(id string) (*repository.RawGroupRepository, error)
func (*RepositoryRawGroupService) Update ¶
func (s *RepositoryRawGroupService) Update(id string, repo repository.RawGroupRepository) error
type RepositoryRawHostedService ¶
type RepositoryRawHostedService struct {
// contains filtered or unexported fields
}
func NewRepositoryRawHostedService ¶
func NewRepositoryRawHostedService(c *client.Client) *RepositoryRawHostedService
func (*RepositoryRawHostedService) Create ¶
func (s *RepositoryRawHostedService) Create(repo repository.RawHostedRepository) error
func (*RepositoryRawHostedService) Delete ¶
func (s *RepositoryRawHostedService) Delete(id string) error
func (*RepositoryRawHostedService) Get ¶
func (s *RepositoryRawHostedService) Get(id string) (*repository.RawHostedRepository, error)
func (*RepositoryRawHostedService) Update ¶
func (s *RepositoryRawHostedService) Update(id string, repo repository.RawHostedRepository) error
type RepositoryRawProxyService ¶
type RepositoryRawProxyService struct {
// contains filtered or unexported fields
}
func NewRepositoryRawProxyService ¶
func NewRepositoryRawProxyService(c *client.Client) *RepositoryRawProxyService
func (*RepositoryRawProxyService) Create ¶
func (s *RepositoryRawProxyService) Create(repo repository.RawProxyRepository) error
func (*RepositoryRawProxyService) Delete ¶
func (s *RepositoryRawProxyService) Delete(id string) error
func (*RepositoryRawProxyService) Get ¶
func (s *RepositoryRawProxyService) Get(id string) (*repository.RawProxyRepository, error)
func (*RepositoryRawProxyService) Update ¶
func (s *RepositoryRawProxyService) Update(id string, repo repository.RawProxyRepository) error
type RepositoryRawService ¶
type RepositoryRawService struct { Group *RepositoryRawGroupService Hosted *RepositoryRawHostedService Proxy *RepositoryRawProxyService // contains filtered or unexported fields }
func NewRepositoryRawService ¶
func NewRepositoryRawService(c *client.Client) *RepositoryRawService
Click to show internal directories.
Click to hide internal directories.