# Functions
NewCatalogClient returns a ready-to-use client for the QuickPizza catalog, service given its URL.
NewCopyClient is the Copy service equivalent of NewCatalogClient.
No description provided by the author
NewTraceInstaller creates a new initialized TraceInstaller that will set up traces and push them.
No description provided by the author
From: https://www.liip.ch/en/blog/embed-sveltekit-into-a-go-binary.
No description provided by the author
# Structs
CatalogClient is a client that queries the Catalog service.
CopyClient is a client that queries the Copy service.
PizzaRecommendation is the object returned by the /api/pizza endpoint.
Restrictions are sent by the client to further specify how the target pizza should look like.
Server is the object that handles HTTP requests and computes pizza recommendations.
TraceInstaller installs tracing middleware into a chi router.