package
2.15.0+incompatible
Repository: https://github.com/onsdigital/dp-recipe-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New creates a new service.
NewServiceList creates a new service list with the provided initialiser.

# Structs

ExternalServiceList holds the initialiser and initialisation state of external services.
Init implements the Initialiser interface to initialise dependencies.
RecipeAPIStore is a wrapper which embeds Mongo struct which between them satisfy the store.Storer interface.
Service contains all the configs, server and clients to run the Recipe API.

# Interfaces

Closer defines the required methods for a closable resource.
HealthChecker defines the required methods from Healthcheck.
HTTPServer defines the required methods from the HTTP server.
Initialiser defines the methods to initialise external services.