Module locked
Expand description
Spin lock file (spin.lock) serialization models.
Structs§
- Content
Path - A ContentPath specifies content mapped to a WASI path.
- Content
Ref - A ContentRef represents content used by an application.
- Locked
App - A LockedApp represents a “fully resolved” Spin application.
- Locked
Component - A LockedComponent represents a “fully resolved” Spin component.
- Locked
Component Dependency - A LockedDependency represents a “fully resolved” Spin component dependency.
- Locked
Component Source - A LockedComponentSource specifies a Wasm source.
- Locked
Trigger - A LockedTrigger specifies configuration for an application trigger.
- Variable
- A Variable specifies a custom configuration variable.
Enums§
- Host
Requirement - Features or capabilities the application requires the host to support.
- Inherit
Configuration - InheritConfiguration specifies which configurations to inherit from parent.
- Must
Understand - Identifies fields in the LockedApp that the host must process if present.
Constants§
- HOST_
REQ_ OPTIONAL - Indicates that a host feature is optional. This is the default and is
equivalent to omitting the feature from
host_requirements
. - HOST_
REQ_ REQUIRED - Indicates that a host feature is required.
- SERVICE_
CHAINING_ KEY - If present and required in
host_requirements
, the host must support local service chaining (*.spin.internal) or reject the app.
Type Aliases§
- Locked
Map - A String-keyed map with deterministic serialization order.