internal/cmd | |
internal/cmd/genopawasm | |
internal/compiler | |
internal/compiler/wasm | Package wasm contains an IR->WASM compiler backend. |
internal/compiler/wasm/opa | Package opa contains bytecode for the OPA-WASM library. |
internal/ir | Package ir defines an intermediate representation (IR) for Rego. |
internal/leb128 | Package leb128 implements LEB128 integer encoding. |
internal/manifest | Package manifest implements helper functions for the stored manifest. |
internal/planner | Package planner contains a query planner for Rego queries. |
internal/presentation | Package presentation prints results of an expression evaluation in json and tabular formats. |
internal/runtime | Package runtime contains utilities to return runtime information on the OPA instance. |
internal/storage | |
internal/storage/mock | Package mock defines a fake storage implementation for use in testing. |
internal/strvals | Package strvals provides tools for working with strval lines. |
internal/version | Package version implements helper functions for the stored version. |
internal/wasm | |
internal/wasm/constant | Package constant contains WASM constant definitions. |
internal/wasm/encoding | Package encoding implements WASM module reading and writing. |
internal/wasm/instruction | Package instruction defines WASM instruction types. |
internal/wasm/module | |
internal/wasm/opcode | Package opcode contains constants and utilities for working with WASM opcodes. |
internal/wasm/types | Package types defines the WASM value type constants. |