Expand description
Result pushing during task execution.
ResultSink is the plugin-facing API for sending results back to
the daemon. Small results travel inline on the control stream; large
ones are stashed to disk and replaced with a reference the daemon pulls
separately (guest plugins only).
Structsยง
- Result
Sink - Handle for pushing results back to the daemon during task execution.
Enumsยง
- Classified ๐
- Result of classifying a
PluginResultfor transport.
Functionsยง
- build_
ref_ ๐message - classify_
result ๐ - Classify a
PluginResultinto inline bytes vs a file path. - result_
format_ ๐to_ stash