Documentation
¶
Overview ¶
Package schema exposes VORTEX's embedded master configuration schema.
The authoritative schema lives next to this file as schema.cue (per the repo layout in README.md). go:embed can only reference files within its own directory tree, so this tiny package embeds the schema here and the config engine (internal/config) imports Source rather than reading from disk. This keeps the schema inside the single binary (Non-Negotiable Rule #1).
Index ¶
Constants ¶
View Source
const Filename = "schema.cue"
Filename is the schema's name, used in error messages.
Variables ¶
View Source
var Source []byte
Source is the raw bytes of the master schema (config/schema.cue).
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.