Module config

Module config 

Source
Expand description

Gateway config loader (strict parsing).

This module exposes the typed configuration (parsed from wsprism.yaml) and helpers to load/validate it before wiring the gateway runtime.

Modules§

schema
Typed configuration schema for the gateway (wsprism.yaml).

Structs§

GatewayConfig
TenantConfig
TenantLimits
TenantPolicy
Tenant policy knobs. Defaults are STRICT (deny-by-default).

Functions§

load_from_file
load_from_str