package
0.13.2
Repository: https://github.com/ashutosh-narkar/opa.git
Documentation: pkg.go.dev

# Packages

Package bundle implements bundle downloading.
Package discovery implements configuration discovery.
Package logs implements decision log buffering and uploading.
Package rest implements a REST client for communicating with remote services.
Package status implements status reporting.

# Functions

GetCompilerOnContext gets the compiler cached on the storage context.
Info sets the runtime information on the manager.
New creates a new Manager using config.
SetCompilerOnContext puts the compiler into the storage context.

# Structs

Manager implements lifecycle management of plugins and gives plugins access to engine-wide components like storage.

# Interfaces

Factory defines the interface OPA uses to instantiate your plugin.
Plugin defines the interface OPA uses to manage your plugin.