Documentation ¶ Index ¶ type Model func New() Model func (m *Model) ScrollDown() func (m *Model) ScrollUp() func (m *Model) SetActive(a bool) func (m *Model) SetCard(card *api.Card) func (m *Model) SetSize(w, h int) 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 { // contains filtered or unexported fields } func New ¶ func New() Model func (*Model) ScrollDown ¶ func (m *Model) ScrollDown() func (*Model) ScrollUp ¶ func (m *Model) ScrollUp() func (*Model) SetActive ¶ func (m *Model) SetActive(a bool) func (*Model) SetCard ¶ func (m *Model) SetCard(card *api.Card) func (*Model) SetSize ¶ func (m *Model) SetSize(w, h int) func (Model) View ¶ func (m Model) View() string Source Files ¶ View all Source files sidebar.go Click to show internal directories. Click to hide internal directories.