Skip to main content

Module executor

Module executor 

Source
Expand description

Wire types passed to and returned by step-executor plugins.

Structs§

ArchiveId
Opaque archive handle. The plugin streams bytes via hm_archive_read(id, offset, max).
ArtifactRef
ExecutorInput
SnapshotRef
Opaque snapshot reference. For the docker plugin this is an image tag; other plugins are free to encode their own format. The host never inspects the contents.
StepResult

Enums§

CacheDecision
Host-decided cache outcome. The executor honours this; it does not re-decide.