Documentation
¶
Overview ¶
Package tui is bumper's optional interactive terminal UI — the "hazard console". It is opt-in (`bumper tui` / `bumper list --tui`); the default CLI output stays plain and pipeable. The deterministic core never imports this.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunFindings ¶
RunFindings launches the hazard console for a scanned plan. target is the plan name shown in the navbar.
Types ¶
type InitResult ¶
InitResult is what RunInit reports back so the CLI can leave a persistent record after the alt-screen is torn down.
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the hazard-console state.
func NewFindings ¶
NewFindings builds the board for a scanned plan. set is used to look up each finding's rule provenance (source/AVD); target is the plan name for the navbar.
Click to show internal directories.
Click to hide internal directories.