Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetailKeyValue ¶
DetailKeyValue prints a styled detail key-value pair with indentation.
func StatusBadge ¶
StatusBadge returns a colored status string.
Types ¶
type CLIProgressReporter ¶
type CLIProgressReporter struct {
// contains filtered or unexported fields
}
CLIProgressReporter renders lifecycle events with colors, spinners, and timing.
func NewCLIProgressReporter ¶
func NewCLIProgressReporter() *CLIProgressReporter
NewCLIProgressReporter creates a new CLI progress reporter.
func (*CLIProgressReporter) OnStep ¶
func (r *CLIProgressReporter) OnStep(event domain.StepEvent)
Click to show internal directories.
Click to hide internal directories.