package
1.2.0
Repository: https://github.com/open-policy-agent/opa.git
Documentation: pkg.go.dev

# Functions

Lookup returns the status plugin registered with the manager.
New returns a new Plugin with the given config.
NewConfigBuilder returns a new ConfigBuilder to build and parse the plugin config.
ParseConfig validates the config and injects default values.

# Constants

Name identifies the plugin on manager.

# Structs

BundleLoadDurationNanoseconds represents the configuration for the status.prometheus_config.bundle_loading_duration_ns settings.
Config contains configuration for the plugin.
ConfigBuilder assists in the construction of the plugin configuration.
Plugin implements status reporting.
UpdateRequestV1 represents the status update message that OPA sends to remote HTTP endpoints.

# Interfaces

Logger defines the interface for status plugins.