Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepositoryService ¶
type RepositoryService struct { // API Services Apt *apt.RepositoryAptService Bower *bower.RepositoryBowerService Cocoapods *cocoapods.RepositoryCocoapodsService Conan *conan.RepositoryConanService Conda *conda.RepositoryCondaService Docker *docker.RepositoryDockerService GitLfs *gitlfs.RepositoryGitLfsService Go *golang.RepositoryGoService Helm *helm.RepositoryHelmService Maven *maven.RepositoryMavenService Npm *npm.RepositoryNpmService Nuget *nuget.RepositoryNugetService P2 *p2.RepositoryP2Service Pypi *pypi.RepositoryPypiService R *r.RepositoryRService Raw *raw.RepositoryRawService RubyGems *rubygems.RepositoryRubyGemsService Yum *yum.RepositoryYumService Legacy *legacy.RepositoryLegacyService // contains filtered or unexported fields }
func NewRepositoryService ¶
func NewRepositoryService(c *client.Client) *RepositoryService
func (*RepositoryService) List ¶
func (s *RepositoryService) List() ([]repository.RepositoryInfo, error)
Click to show internal directories.
Click to hide internal directories.