Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoSuchSubErr = errors.New("No such sub")
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) Model ¶
func (n *App) Model() *BytesBufferPLeaf
func (*App) TaggingScreen ¶
type BytesBufferPLeaf ¶
type BytesBufferPLeaf struct {
// contains filtered or unexported fields
}
func (*BytesBufferPLeaf) Get ¶
func (m *BytesBufferPLeaf) Get() *bytes.Buffer
func (*BytesBufferPLeaf) Set ¶
func (m *BytesBufferPLeaf) Set(v *bytes.Buffer)
func (*BytesBufferPLeaf) Subscribe ¶
func (m *BytesBufferPLeaf) Subscribe(cb func()) *Sub
type StringLeaf ¶
type StringLeaf struct {
// contains filtered or unexported fields
}
func (*StringLeaf) Get ¶
func (m *StringLeaf) Get() string
func (*StringLeaf) Set ¶
func (m *StringLeaf) Set(v string)
func (*StringLeaf) Subscribe ¶
func (m *StringLeaf) Subscribe(cb func()) *Sub
Click to show internal directories.
Click to hide internal directories.