Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoSuchSubErr = errors.New("No such sub")
View Source
var State = NewRoot()
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) CurrentPerson ¶
func (n *App) CurrentPerson() *ModelPersonPLeaf
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
func (*Data) People ¶
func (n *Data) People() *ModelPeoplePLeaf
type ModelPeoplePLeaf ¶
type ModelPeoplePLeaf struct {
// contains filtered or unexported fields
}
func (*ModelPeoplePLeaf) Get ¶
func (m *ModelPeoplePLeaf) Get() *model.People
func (*ModelPeoplePLeaf) Set ¶
func (m *ModelPeoplePLeaf) Set(v *model.People)
func (*ModelPeoplePLeaf) Subscribe ¶
func (m *ModelPeoplePLeaf) Subscribe(cb func()) *Sub
type ModelPersonPLeaf ¶
type ModelPersonPLeaf struct {
// contains filtered or unexported fields
}
func (*ModelPersonPLeaf) Get ¶
func (m *ModelPersonPLeaf) Get() *model.Person
func (*ModelPersonPLeaf) Set ¶
func (m *ModelPersonPLeaf) Set(v *model.Person)
func (*ModelPersonPLeaf) Subscribe ¶
func (m *ModelPersonPLeaf) Subscribe(cb func()) *Sub
Click to show internal directories.
Click to hide internal directories.