Skip to main content

Module dispatch

Module dispatch 

Source
Expand description

Helpers for one plugin to dispatch to another via the ready-set core.

All inter-plugin calls go through the dispatcher (not directly to a ready-set-<name> binary) so PATH semantics and built-in resolution stay consistent. The env contract is forwarded automatically.

Structs§

DispatchBuilder
Builder for a dispatched subcommand call.

Enums§

DispatchOutcome
Outcome of a dispatched subcommand.

Functions§

export_contract
Export the dispatcher env contract onto cmd from ctx.