package
0.0.0-20240910131244-13d20f98e541
Repository: https://github.com/redhatinsights/edge-api.git
Documentation: pkg.go.dev
# Functions
ContextWithServices add edge apis services to context.
Init creates all services that Edge API depends on in order to have dependency injection on context Context is the environment for a request (think Bash environment variables).
Middleware is the dependencies Middleware that serves all Edge API services on the current request context.
ServicesFromContext return the edge api services from context.
# Structs
EdgeAPIServices is the list of Edge API services.