context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
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/bundle | Package bundle implements bundle loading. |
github.com/open-policy-agent/opa/config | Package config implements OPA configuration file parsing and validation. |
github.com/open-policy-agent/opa/internal/bundle | |
github.com/open-policy-agent/opa/internal/config | Package config implements helper functions to parse OPA's configuration. |
github.com/open-policy-agent/opa/internal/runtime/init | Package init is an internal package with helpers for data and policy loading during initialization. |
github.com/open-policy-agent/opa/keys | 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/loader | 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/logging | 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/plugins/rest | 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/resolver/wasm | 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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |