Documentation
¶
Index ¶
- func New() auacornapi.Acorn
- type Impl
- func (s *Impl) AcornName() string
- func (s *Impl) AssembleAcorn(registry auacornapi.AcornRegistry) error
- func (s *Impl) CreateMainServer(ctx context.Context) *http.Server
- func (s *Impl) CreateMetricsServer(ctx context.Context) *http.Server
- func (s *Impl) IsServer() bool
- func (s *Impl) NewServer(ctx context.Context, address string, router http.Handler) *http.Server
- func (s *Impl) Run() error
- func (s *Impl) SetupAcorn(registry auacornapi.AcornRegistry) error
- func (s *Impl) StartForegroundMainServer(ctx context.Context, srv *http.Server) error
- func (s *Impl) StartMetricsServerAsyncTerminatesOnError(ctx context.Context, srv *http.Server)
- func (s *Impl) TeardownAcorn(registry auacornapi.AcornRegistry) error
- func (s *Impl) WireUp(ctx context.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Impl ¶
type Impl struct { Logging librepo.Logging Configuration librepo.Configuration CustomConfiguration config.CustomConfiguration IdentityProvider repository.IdentityProvider HealthCtl libcontroller.HealthController SwaggerCtl libcontroller.SwaggerController OwnerCtl controller.OwnerController ServiceCtl controller.ServiceController RepositoryCtl controller.RepositoryController WebhookCtl controller.WebhookController Router chi.Router }
func (*Impl) AssembleAcorn ¶
func (*Impl) CreateMetricsServer ¶
func (*Impl) SetupAcorn ¶
func (*Impl) StartForegroundMainServer ¶
func (*Impl) StartMetricsServerAsyncTerminatesOnError ¶
func (*Impl) TeardownAcorn ¶
Click to show internal directories.
Click to hide internal directories.