Documentation ¶ Index ¶ type Model func New(kvFmt format.Format) Model func (x *Model) Height(height int) func (x *Model) Push(val any) func (x *Model) PushMany(list *list.List) func (x *Model) Reset() func (x *Model) Update(msg tea.Msg) Model func (x *Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { // contains filtered or unexported fields } func New ¶ func New(kvFmt format.Format) Model func (*Model) Height ¶ func (x *Model) Height(height int) func (*Model) Push ¶ func (x *Model) Push(val any) func (*Model) PushMany ¶ func (x *Model) PushMany(list *list.List) func (*Model) Reset ¶ func (x *Model) Reset() func (*Model) Update ¶ func (x *Model) Update(msg tea.Msg) Model func (*Model) View ¶ func (x *Model) View() string Source Files ¶ View all Source files results.go Click to show internal directories. Click to hide internal directories.