Discover Packages
github.com/open-policy-agent/frameworks/constraint
pkg
client
reviews
package
Version:
v0.0.0-...-9e57a57
Opens a new window with list of versions in this module.
Published: Jan 15, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ReviewCfg struct {
TracingEnabled bool
StatsEnabled bool
EnforcementPoint string
}
ReviewOpt specifies optional arguments for Query driver calls.
EnforcementPoint specifies the enforcement point to use for the query.
Stats(true) enables the driver to return evaluation stats for a single
query. If stats is enabled for the Driver at construction time, then
Stats(false) does not disable Stats for this single query.
Tracing enables Rego tracing for a single query.
If tracing is enabled for the Driver, Tracing(false) does not disable Tracing.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.