Expand description
vanta-sdk — the provider-author SDK (docs/22-provider-sdk.md).
Types and helpers a provider author uses to describe how to discover and
resolve a tool. For declarative providers this mirrors the registry manifest;
for WASM hooks these are the values a guest returns to the host. Kept
dependency-light so it can target wasm32 guests.
Structs§
- Artifact
Desc - What a
resolve(version, os, arch)hook returns for one platform.
Traits§
- Tool
Provider - The contract a provider author implements (declaratively or via a WASM hook).
Functions§
- render_
url - Substitute
{version}/{os}/{arch}/{ext}in a URL template — the helper most declarative providers need.