Documentation
¶
Index ¶
- func New(configuration librepo.Configuration, customConfig config.CustomConfiguration, ...) service.Services
- type Impl
- 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) 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) Setup() 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 Timestamp librepo.Timestamp Cache service.Cache Updater service.Updater Repositories service.Repositories }
func (*Impl) CreateService ¶
func (*Impl) DeleteService ¶
func (*Impl) GetService ¶
func (*Impl) GetServices ¶
func (*Impl) IsServices ¶
func (*Impl) PatchService ¶
Click to show internal directories.
Click to hide internal directories.