Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UndoCompleteMsg ¶
type UndoCompleteMsg struct {
// contains filtered or unexported fields
}
UndoCompleteMsg is emitted when undo operation completes.
func (UndoCompleteMsg) ErrorCount ¶
func (u UndoCompleteMsg) ErrorCount() int
func (UndoCompleteMsg) SuccessCount ¶
func (u UndoCompleteMsg) SuccessCount() int
type UndoModel ¶
type UndoModel struct {
*treeview.TuiTreeModel[log.SessionSummary]
// contains filtered or unexported fields
}
UndoModel represents the TUI for selecting and undoing operations
func NewUndoModel ¶
NewUndoModel creates a new undo selection model
Click to show internal directories.
Click to hide internal directories.