Documentation
¶
Index ¶
- type Model
- func (m *Model) MoveDown()
- func (m *Model) MoveLeft()
- func (m *Model) MoveRight()
- func (m *Model) MoveUp()
- func (m Model) SelectedCard() *api.Card
- func (m *Model) SetActive(a bool)
- func (m *Model) SetColumns(cols []api.Column)
- func (m *Model) SetLayout(layout string)
- func (m *Model) SetOptionColors(colors map[string]map[string]string)
- func (m *Model) SetSize(w, h int)
- func (m *Model) SetTableItems(items []api.Card)
- func (m *Model) SetViews(views []api.ProjectView, idx int)
- func (m *Model) SetVisibleFields(fields []api.VisibleField)
- 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 (Model) SelectedCard ¶
func (*Model) SetColumns ¶
func (*Model) SetOptionColors ¶
func (*Model) SetTableItems ¶
func (*Model) SetVisibleFields ¶
func (m *Model) SetVisibleFields(fields []api.VisibleField)
Click to show internal directories.
Click to hide internal directories.