//
pkg.gl
Category
github.com/gowasm/vecty
example
todomvc
store
package
0.0.1
Repository:
https://github.com/gowasm/vecty.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
2
Files
75 SLOC
#
Packages
model
No description provided by the author
storeutil
Package storeutil contains a ListenerRegistry type.
#
Functions
ActiveItemCount
ActiveItemCount returns the current number of items that are not completed.
CompletedItemCount
CompletedItemCount returns the current number of items that are completed.
#
Variables
Filter
Filter represents the active viewing filter for items.
Items
Items represents all of the TODO items in the store.
Listeners
Listeners is the listeners that will be invoked when the store changes.