package compiler
import "github.com/open-policy-agent/opa/internal/compiler"
Index ¶
Functions ¶
func VerifyAuthorizationPolicySchema ¶
VerifyAuthorizationPolicySchema performs type checking on rules against the schema for the Authorization Policy Input document. NOTE: The provided compiler should have already run the compilation process on the input modules
Types ¶
type SchemaFile ¶
type SchemaFile string
const ( AuthorizationPolicySchema SchemaFile = "authorizationPolicy.json" )
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
internal/compiler/wasm | Package wasm contains an IR->WASM compiler backend. |
internal/compiler/wasm/opa | Package opa contains bytecode for the OPA-WASM library. |
- Version
- v1.4.2 (latest)
- Published
- May 2, 2025
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 6 hours ago –
Tools for package owners.