# Functions
NewLoggingHandler returns a new http.Handler.
NewParams returns a new Params object.
NewRuntime returns a new Runtime object initialized with params.
RegisterPlugin registers a plugin factory with the runtime package.
# Type aliases
LoggingConfig stores the configuration for OPA's logging behaviour.
LoggingHandler returns an http.Handler that will print log messages containing the request information as well as response status and latency.
Params stores the configuration for an OPA instance.
Runtime represents a single OPA instance.