Documentation ¶
Index ¶
- type RepositoryNpmGroupService
- func (s *RepositoryNpmGroupService) Create(repo repository.NpmGroupRepository) error
- func (s *RepositoryNpmGroupService) Delete(id string) error
- func (s *RepositoryNpmGroupService) Get(id string) (*repository.NpmGroupRepository, error)
- func (s *RepositoryNpmGroupService) Update(id string, repo repository.NpmGroupRepository) error
- type RepositoryNpmHostedService
- func (s *RepositoryNpmHostedService) Create(repo repository.NpmHostedRepository) error
- func (s *RepositoryNpmHostedService) Delete(id string) error
- func (s *RepositoryNpmHostedService) Get(id string) (*repository.NpmHostedRepository, error)
- func (s *RepositoryNpmHostedService) Update(id string, repo repository.NpmHostedRepository) error
- type RepositoryNpmProxyService
- func (s *RepositoryNpmProxyService) Create(repo repository.NpmProxyRepository) error
- func (s *RepositoryNpmProxyService) Delete(id string) error
- func (s *RepositoryNpmProxyService) Get(id string) (*repository.NpmProxyRepository, error)
- func (s *RepositoryNpmProxyService) Update(id string, repo repository.NpmProxyRepository) error
- type RepositoryNpmService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepositoryNpmGroupService ¶
type RepositoryNpmGroupService struct {
// contains filtered or unexported fields
}
func NewRepositoryNpmGroupService ¶
func NewRepositoryNpmGroupService(c *client.Client) *RepositoryNpmGroupService
func (*RepositoryNpmGroupService) Create ¶
func (s *RepositoryNpmGroupService) Create(repo repository.NpmGroupRepository) error
func (*RepositoryNpmGroupService) Delete ¶
func (s *RepositoryNpmGroupService) Delete(id string) error
func (*RepositoryNpmGroupService) Get ¶
func (s *RepositoryNpmGroupService) Get(id string) (*repository.NpmGroupRepository, error)
func (*RepositoryNpmGroupService) Update ¶
func (s *RepositoryNpmGroupService) Update(id string, repo repository.NpmGroupRepository) error
type RepositoryNpmHostedService ¶
type RepositoryNpmHostedService struct {
// contains filtered or unexported fields
}
func NewRepositoryNpmHostedService ¶
func NewRepositoryNpmHostedService(c *client.Client) *RepositoryNpmHostedService
func (*RepositoryNpmHostedService) Create ¶
func (s *RepositoryNpmHostedService) Create(repo repository.NpmHostedRepository) error
func (*RepositoryNpmHostedService) Delete ¶
func (s *RepositoryNpmHostedService) Delete(id string) error
func (*RepositoryNpmHostedService) Get ¶
func (s *RepositoryNpmHostedService) Get(id string) (*repository.NpmHostedRepository, error)
func (*RepositoryNpmHostedService) Update ¶
func (s *RepositoryNpmHostedService) Update(id string, repo repository.NpmHostedRepository) error
type RepositoryNpmProxyService ¶
type RepositoryNpmProxyService struct {
// contains filtered or unexported fields
}
func NewRepositoryNpmProxyService ¶
func NewRepositoryNpmProxyService(c *client.Client) *RepositoryNpmProxyService
func (*RepositoryNpmProxyService) Create ¶
func (s *RepositoryNpmProxyService) Create(repo repository.NpmProxyRepository) error
func (*RepositoryNpmProxyService) Delete ¶
func (s *RepositoryNpmProxyService) Delete(id string) error
func (*RepositoryNpmProxyService) Get ¶
func (s *RepositoryNpmProxyService) Get(id string) (*repository.NpmProxyRepository, error)
func (*RepositoryNpmProxyService) Update ¶
func (s *RepositoryNpmProxyService) Update(id string, repo repository.NpmProxyRepository) error
type RepositoryNpmService ¶
type RepositoryNpmService struct { Group *RepositoryNpmGroupService Hosted *RepositoryNpmHostedService Proxy *RepositoryNpmProxyService // contains filtered or unexported fields }
func NewRepositoryNpmService ¶
func NewRepositoryNpmService(c *client.Client) *RepositoryNpmService
Click to show internal directories.
Click to hide internal directories.