Expand description
Extension manifest model and validation.
Structs§
- Extension
Config Entry - Extension
Manifest - Extension declaration inside a plugin manifest.
- Hook
Matcher - Hook
Subscription - A hook subscription declared in the manifest.
- Prebuilt
Asset - Per-host-triple prebuilt distribution asset for an extension. Lives
inside
ExtensionManifest::prebuilt. When a matching entry exists for the current host, the installer fetchesurl, verifies its SHA-256 againstsha256, and extracts it into the plugin install directory — letting users skip a (potentially slow) source build. - Validated
Extension Manifest - A validated extension manifest prepared for loading.
Enums§
- Extension
Config Value Kind - Extension
Runtime - Supported extension runtime types.
Constants§
- CURRENT_
EXTENSION_ PROTOCOL_ VERSION - Current extension protocol version supported by SynapsCLI.