Documentation
¶
Index ¶
- type RepositoryP2ProxyService
- func (s *RepositoryP2ProxyService) Create(repo repository.P2ProxyRepository) error
- func (s *RepositoryP2ProxyService) Delete(id string) error
- func (s *RepositoryP2ProxyService) Get(id string) (*repository.P2ProxyRepository, error)
- func (s *RepositoryP2ProxyService) Update(id string, repo repository.P2ProxyRepository) error
- type RepositoryP2Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepositoryP2ProxyService ¶
type RepositoryP2ProxyService struct {
// contains filtered or unexported fields
}
func NewRepositoryP2ProxyService ¶
func NewRepositoryP2ProxyService(c *client.Client) *RepositoryP2ProxyService
func (*RepositoryP2ProxyService) Create ¶
func (s *RepositoryP2ProxyService) Create(repo repository.P2ProxyRepository) error
func (*RepositoryP2ProxyService) Delete ¶
func (s *RepositoryP2ProxyService) Delete(id string) error
func (*RepositoryP2ProxyService) Get ¶
func (s *RepositoryP2ProxyService) Get(id string) (*repository.P2ProxyRepository, error)
func (*RepositoryP2ProxyService) Update ¶
func (s *RepositoryP2ProxyService) Update(id string, repo repository.P2ProxyRepository) error
type RepositoryP2Service ¶
type RepositoryP2Service struct { Proxy *RepositoryP2ProxyService // contains filtered or unexported fields }
func NewRepositoryP2Service ¶
func NewRepositoryP2Service(c *client.Client) *RepositoryP2Service
Click to show internal directories.
Click to hide internal directories.