Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Screen ¶
type Screen interface {
Update(event ingitdb.ProgressEvent)
ShowDetail(item ingitdb.ProgressEvent, errs []ingitdb.ValidationError)
Close() error
}
Screen is the minimal display interface. Goroutine-safe.
type TUI ¶
TUI combines Screen and Steerer. The command layer passes one TUI to dispatcher setup.
func NewNoOpTUI ¶
NewNoOpTUI returns a TUI that prints to w and never emits control signals. Use for non-interactive (CI, piped) invocations.
Click to show internal directories.
Click to hide internal directories.