Skip to main content

Module result_sink

Module result_sink 

Source
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ยง

ResultSink
Handle for pushing results back to the daemon during task execution.

Enumsยง

Classified ๐Ÿ”’
Result of classifying a PluginResult for transport.

Functionsยง

build_ref_message ๐Ÿ”’
classify_result ๐Ÿ”’
Classify a PluginResult into inline bytes vs a file path.
result_format_to_stash ๐Ÿ”’