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

# Functions

Lookup returns the bundle plugin registered with the manager.
New returns a new Plugin with the given config.
NewConfigBuilder returns a new ConfigBuilder to build and parse the bundle config.
ParseBundlesConfig validates the config and injects default values for the defined `bundles`.
ParseConfig validates the config and injects default values.

# Constants

Name identifies the plugin on manager.

# Type aliases

Config represents the configuration of the plugin.
ConfigBuilder assists in the construction of the plugin configuration.
Errors represents a list of errors that occurred during a bundle load enriched by the bundle name.
Loader defines the interface that the bundle plugin uses to control bundle loading via HTTP, disk, etc.
Plugin implements bundle activation.
Source is a configured bundle source to download bundles from.
Status represents the status of processing a bundle.