# Functions
No description provided by the author
ShowDiffEvents displays the engine events with the diff view.
ShowEvents reads events from the `events` channel until it is closed, displaying each event as it comes in.
ShowProgressEvents displays the engine events with docker's progress view.
ShowProgressOutput displays a progress stream from `in` to `out`, `isTerminal` describes if `out` is a terminal.
# Structs
No description provided by the author
Options controls how the output of events are rendered.
Progress describes a message we want to show in the display.
No description provided by the author