Expand description
Native-Rust mirrors of the proto::plugin protocol types used by the
crate::Plugin trait surface.
Structs§
- Dispatch
Context - Captured by the orchestrator at op-trigger time and frozen on the wire.
Streams do NOT receive an updated context mid-flight; only
UpdateStream(params)can change values during a running stream. - Residue
Ref - Reference to a specific residue inside an entity. Mirror of
proto::plugin::ResidueRef.
Enums§
- Param
Value - Native-Rust parameter value.
- Poll
Outcome - Outcome of a
PollStreamcall. Native-Rust mirror ofproto::plugin::PollStreamResponse’s oneof.