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