# Packages

No description provided by the author

# Functions

NewServiceList creates a new service list with the provided initialiser.
Run the service with its dependencies.

# Structs

ExternalServiceList holds the initialiser and initialisation state of external services.
Init implements the Initialiser interface to initialise dependencies.
Service contains all the configs, server and clients to run the observation API.

# Interfaces

No description provided by the author
No description provided by the author
IHealthCheck defines the required methods from Healthcheck.
Initialiser defines the methods to initialise external services.
IServer defines the required methods from the HTTP server.