# Packages
No description provided by the author
# Functions
NewAPIHandler returns an APIHandler.
NewStaticAssetsHandler returns a StaticAssetsHandler.
# Variables
ErrServiceParameterRequired occurs when no service name is defined.
HandlerOptions is a factory for all available HandlerOptions.
StandardAdjusters is a list of model adjusters applied by the query service before returning the data to the API clients.
# Structs
APIHandler implements the query service public API by registering routes at httpPrefix.
StaticAssetsHandler handles static assets.
# Interfaces
HTTPHandler handles http requests.
# Type aliases
HandlerOption is a function that sets some option on the APIHandler.