schema

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL