Versions in this module Expand all Collapse all v1 v1.5.3 Jul 15, 2023 v1.5.2 Jul 15, 2023 Changes in this version + type RepositoryCocoapodsProxyService struct + func NewRepositoryCocoapodsProxyService(c *client.Client) *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 struct + Proxy *RepositoryCocoapodsProxyService + func NewRepositoryCocoapodsService(c *client.Client) *RepositoryCocoapodsService