Documentation ¶ Index ¶ type Navigator func New(info []entKb.BaseInfo) *Navigator func (nav *Navigator) Back() bool func (nav *Navigator) Build() table.Model func (nav *Navigator) Choose(r table.Row) bool func (nav *Navigator) Open(r table.Row) bool func (nav *Navigator) Render(t table.Model) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Navigator ¶ type Navigator struct { TimeFormat string TableHeight int BaseStyle lipgloss.Style HeaderStyle lipgloss.Style SelectedStyle lipgloss.Style Columns []table.Column ChosenUUID string // contains filtered or unexported fields } func New ¶ func New(info []entKb.BaseInfo) *Navigator func (*Navigator) Back ¶ func (nav *Navigator) Back() bool func (*Navigator) Build ¶ func (nav *Navigator) Build() table.Model func (*Navigator) Choose ¶ func (nav *Navigator) Choose(r table.Row) bool func (*Navigator) Open ¶ func (nav *Navigator) Open(r table.Row) bool func (*Navigator) Render ¶ func (nav *Navigator) Render(t table.Model) string Source Files ¶ View all Source files navigator.go Click to show internal directories. Click to hide internal directories.