context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
github.com/open-policy-agent/opa/ast | Deprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended. |
github.com/open-policy-agent/opa/storage | Package storage exposes the policy engine's storage layer. |
github.com/open-policy-agent/opa/topdown/cache | Package cache defines the inter-query cache interface that can cache data across queries |
github.com/open-policy-agent/opa/topdown/print | Deprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended. |
github.com/open-policy-agent/opa/v1/server/authorizer | Package authorizer provides authorization handlers to the server. |
net/http | Package http provides HTTP client and server implementations. |