Skip to main content

dispatch_op_with_registry

Function dispatch_op_with_registry 

Source
pub fn dispatch_op_with_registry(
    cmd: OpCommand,
    registry: &EnvPackRegistry,
) -> Result<(), OpError>
Expand description

Phase D plug-in entry point — register handlers on the registry, then call this. The credentials noun (and any future noun that resolves handlers through the registry) will see every handler the caller registered.