Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCategoryDuplicated = errors.New("category duplicated") ErrCategoryEmpty = errors.New("category empty") )
Functions ¶
func NewCards ¶
func NewCards(storage fyne.Storage, fileName string) *cardsStore
NewCards will load a deck of cards. If deck does not exists it will load with one empty card.
func NewCategory ¶
func NewCategory(storage fyne.Storage) *categoryStore
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.