//
pkg.gl
Category
github.com/gowasm/vecty
example
todomvc
store
model
package
0.0.1
Repository:
https://github.com/gowasm/vecty.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
4
Files
15 SLOC
#
Constants
Active
Active is a FilterState which shows only non-completed items.
All
All is a FilterState which shows all items.
Completed
Completed is a FilterState which shows only completed items.
#
Structs
Item
Item represents a single TODO item in the store.
#
Type aliases
FilterState
FilterState represents a viewing filter for TODO items in the store.