Documentation ¶
Index ¶
- func New() auacornapi.Acorn
- type Impl
- func (s *Impl) AcornName() string
- func (s *Impl) AssembleAcorn(registry auacornapi.AcornRegistry) error
- func (s *Impl) CreateService(ctx context.Context, serviceName string, ...) (openapi.ServiceDto, error)
- func (s *Impl) DeleteService(ctx context.Context, serviceName string, deletionInfo openapi.DeletionDto) error
- func (s *Impl) GetService(ctx context.Context, serviceName string) (openapi.ServiceDto, error)
- func (s *Impl) GetServicePromoters(ctx context.Context, serviceOwnerAlias string) (openapi.ServicePromotersDto, error)
- func (s *Impl) GetServices(ctx context.Context, ownerAliasFilter string) (openapi.ServiceListDto, error)
- func (s *Impl) IsServices() bool
- func (s *Impl) PatchService(ctx context.Context, serviceName string, ...) (openapi.ServiceDto, error)
- func (s *Impl) SetupAcorn(registry auacornapi.AcornRegistry) error
- func (s *Impl) TeardownAcorn(registry auacornapi.AcornRegistry) error
- func (s *Impl) UpdateService(ctx context.Context, serviceName string, serviceDto openapi.ServiceDto) (openapi.ServiceDto, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Impl ¶
type Impl struct { Configuration librepo.Configuration CustomConfiguration config.CustomConfiguration Logging librepo.Logging Cache service.Cache Updater service.Updater }
func (*Impl) AssembleAcorn ¶
func (*Impl) CreateService ¶
func (s *Impl) CreateService(ctx context.Context, serviceName string, serviceCreateDto openapi.ServiceCreateDto) (openapi.ServiceDto, error)
func (*Impl) DeleteService ¶
func (*Impl) GetService ¶
func (*Impl) GetServicePromoters ¶ added in v0.3.0
func (*Impl) GetServices ¶
func (*Impl) IsServices ¶
func (*Impl) PatchService ¶
func (s *Impl) PatchService(ctx context.Context, serviceName string, servicePatchDto openapi.ServicePatchDto) (openapi.ServiceDto, error)
func (*Impl) SetupAcorn ¶
func (*Impl) TeardownAcorn ¶
func (*Impl) UpdateService ¶
func (s *Impl) UpdateService(ctx context.Context, serviceName string, serviceDto openapi.ServiceDto) (openapi.ServiceDto, error)
Click to show internal directories.
Click to hide internal directories.