Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartStudySession ¶
Types ¶
type DeckSelectorModel ¶ added in v0.0.3
type DeckSelectorModel struct {
// contains filtered or unexported fields
}
func NewDeckSelectorModel ¶ added in v0.0.3
func NewDeckSelectorModel(categoryDecks []config.CategoryDecks) *DeckSelectorModel
func (*DeckSelectorModel) GetSelectedDeck ¶ added in v0.0.3
func (m *DeckSelectorModel) GetSelectedDeck() string
func (*DeckSelectorModel) Init ¶ added in v0.0.3
func (m *DeckSelectorModel) Init() tea.Cmd
func (*DeckSelectorModel) View ¶ added in v0.0.3
func (m *DeckSelectorModel) View() string
Click to show internal directories.
Click to hide internal directories.