Documentation ¶
Index ¶
- func New() auacornapi.Acorn
- type Impl
- func (s *Impl) AcornName() string
- func (s *Impl) AssembleAcorn(registry auacornapi.AcornRegistry) error
- func (s *Impl) CreateRepository(ctx context.Context, key string, ...) (openapi.RepositoryDto, error)
- func (s *Impl) DeleteRepository(ctx context.Context, key string, deletionInfo openapi.DeletionDto) error
- func (s *Impl) GetRepositories(ctx context.Context, ownerAliasFilter string, serviceNameFilter string, ...) (openapi.RepositoryListDto, error)
- func (s *Impl) GetRepository(ctx context.Context, repoKey string) (openapi.RepositoryDto, error)
- func (s *Impl) IsRepositories() bool
- func (s *Impl) PatchRepository(ctx context.Context, key string, repositoryPatchDto openapi.RepositoryPatchDto) (openapi.RepositoryDto, error)
- func (s *Impl) SetupAcorn(registry auacornapi.AcornRegistry) error
- func (s *Impl) TeardownAcorn(registry auacornapi.AcornRegistry) error
- func (s *Impl) UpdateRepository(ctx context.Context, key string, repositoryDto openapi.RepositoryDto) (openapi.RepositoryDto, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Impl ¶
type Impl struct { Configuration librepo.Configuration Logging librepo.Logging Cache service.Cache Updater service.Updater Owners service.Owners }
func (*Impl) AssembleAcorn ¶
func (*Impl) CreateRepository ¶
func (s *Impl) CreateRepository(ctx context.Context, key string, repositoryCreateDto openapi.RepositoryCreateDto) (openapi.RepositoryDto, error)
func (*Impl) DeleteRepository ¶
func (*Impl) GetRepositories ¶
func (*Impl) GetRepository ¶
func (*Impl) IsRepositories ¶
func (*Impl) PatchRepository ¶
func (s *Impl) PatchRepository(ctx context.Context, key string, repositoryPatchDto openapi.RepositoryPatchDto) (openapi.RepositoryDto, error)
func (*Impl) SetupAcorn ¶
func (*Impl) TeardownAcorn ¶
func (*Impl) UpdateRepository ¶
func (s *Impl) UpdateRepository(ctx context.Context, key string, repositoryDto openapi.RepositoryDto) (openapi.RepositoryDto, error)
Click to show internal directories.
Click to hide internal directories.