Expand description
Spin internal application interfaces
This crate contains interfaces to Spin application configuration to be used by crates that implement Spin execution environments: trigger executors and host components, in particular.
Re-exports§
pub use locked::Variable;
Modules§
Structs§
- Metadata
Key - MetadataKey is a handle to a typed metadata value.
Enums§
- Error
- Errors returned by methods in this crate.
Constants§
- APP_
DESCRIPTION_ KEY - MetadataKey for extracting the application description.
- APP_
NAME_ KEY - MetadataKey for extracting the application name.
- APP_
VERSION_ KEY - MetadataKey for extracting the application version.
- OCI_
IMAGE_ DIGEST_ KEY - MetadataKey for extracting the OCI image digest.
Traits§
- Metadata
Ext - Helper functions for reading LockedApp metadata