Documentation ¶ Index ¶ type Model func NewModel(ctx c.Context) Model func (m Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { Width int Assets []c.Asset Separate bool ExtraInfoExchange bool ExtraInfoFundamentals bool Sorter s.Sorter Context c.Context // contains filtered or unexported fields } Model for watchlist section func NewModel ¶ func NewModel(ctx c.Context) Model NewModel returns a model with default values func (Model) View ¶ func (m Model) View() string View rendering hook for bubbletea Source Files ¶ View all Source files watchlist.go Click to show internal directories. Click to hide internal directories.