Expand description
wasmCloud host library
Re-exports§
pub use oci::Config as OciConfig;
pub use policy::HostInfo as PolicyHostInfo;
pub use policy::Manager as PolicyManager;
pub use policy::Response as PolicyResponse;
pub use secrets::Manager as SecretsManager;
pub use wasmbus::Host as WasmbusHost;
pub use wasmbus::HostConfig as WasmbusHostConfig;
pub use url;
Modules§
- oci
- OCI artifact fetching
- policy
- wasmCloud policy service
- registry
- Common registry types
- secrets
- Secret management Module with structs for use in managing and accessing secrets in a wasmCloud lattice
- wasmbus
- wasmbus host
Structs§
- Host
Metrics HostMetrics
encapsulates the set of metrics emitted by the wasmcloud host- OciFetcher
- OCI artifact fetcher
- Registry
Config - Credentials for a registry containing wasmCloud artifacts
Enums§
- Registry
Auth - The authentication settings for a registry
- Registry
Type - The type of a registry
Functions§
- fetch_
component - Fetch an component from a reference.
- fetch_
provider - Fetch a provider from a reference.