Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CounterProps ¶
type CounterProps struct {
Label string
}
type CounterState ¶
func NewCounterState ¶
func NewCounterState() CounterState
type FilterState ¶
func NewFilterState ¶
func NewFilterState() FilterState
type NestedState ¶
func NewNestedState ¶
func NewNestedState() NestedState
type OtherState ¶
type OtherState struct {
Name string
}
func NewOtherState ¶
func NewOtherState() OtherState
type TaggedState ¶
type TaggedState struct {
Count int `json:"count,omitempty"`
}
func NewTaggedState ¶
func NewTaggedState() TaggedState
Click to show internal directories.
Click to hide internal directories.