Skip to main content

Module bindings

Module bindings 

Source

Structs§

BindingEntry
A single binding entry. Mirrors the canonical YAML structure defined in DECLARATIVE_CONFIG_SPEC.md §3.3.
BindingLoader
Loads and resolves module bindings from *.binding.yaml files.
BindingsFile
Top-level binding file structure: spec_version + bindings: list.
TypedBindingHandler
A binding handler bundled with optional auto-derived schemas.

Enums§

AutoSchemaValue
auto_schema field accepts either a boolean or a mode string.

Functions§

typed_handler
Create a TypedBindingHandler with auto-derived JSON Schemas.

Type Aliases§

BindingHandler
Backward-compatible alias.
BindingHandlerFn
Boxed async handler function type.