Skip to main content

Module output

Module output 

Source
Expand description

Command output interface

This module defines Output, the interface commands use to produce events. Output wraps an EventSender and provides typed methods for each event kind, decoupling commands from the rendering strategy. Commands call message, detail, or artifact to emit events into the channel; the Presenter consumes them and decides how to render.

Structsยง

Output
Command output interface that wraps an event channel sender