package
1.2.0
Repository: https://github.com/burmanm/jaeger.git
Documentation: pkg.go.dev

# Functions

AddFlags adds flags for QueryOptions.
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.
QueryOptions holds configuration for query service.
StaticAssetsHandler handles static assets.

# Interfaces

HTTPHandler handles http requests.

# Type aliases

HandlerOption is a function that sets some option on the APIHandler.