Documentation ¶
Index ¶
- type Group
- func (m Group) Binds() *bind.BindScope
- func (g *Group) Children() []Node
- func (m Group) Id() int32
- func (g *Group) Leaves() []Node
- func (m Group) Name() string
- func (g *Group) NewGroup() *Group
- func (g *Group) NewPane(ctx context.Context, screen mux.Screen) *Pane
- func (m Group) Params() *params.Parameters
- func (m Group) SetName(name string)
- type Node
- type NodeEvent
- type NodeID
- type Pane
- type Tree
- type TreeOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct { deadlock.RWMutex // contains filtered or unexported fields }
func (Group) Params ¶ added in v0.1.6
func (m Group) Params() *params.Parameters
type Tree ¶
type Tree struct { deadlock.RWMutex *mux.UpdatePublisher // contains filtered or unexported fields }
func NewTree ¶
func NewTree(options ...TreeOption) *Tree
func (*Tree) RemoveNode ¶ added in v0.1.1
type TreeOption ¶ added in v0.1.6
type TreeOption func(*Tree)
func WithParams ¶ added in v0.1.6
func WithParams(p *params.Parameters) TreeOption
Click to show internal directories.
Click to hide internal directories.