Rego - Simplest way to embed OPA as Go Library
===========================================================================
===========================================================================
OPA can be embedded inside Go programs as a library. The simplest way to embed
OPA as a library is to import the github.com/open-policy-agent/opa/rego
package.
import "github.com/open-policy-agent/opa/rego"
Comments
Post a Comment