Documentation ¶
Index ¶
- type Client
- type Cmd
- type CmdParams
- type GroupModule
- type NodeParams
- type PaneModule
- type PathModule
- type TreeModule
- func (t *TreeModule) Group(id tree.NodeID) bool
- func (t *TreeModule) Kill(id tree.NodeID) error
- func (t *TreeModule) Name(id tree.NodeID) *string
- func (t *TreeModule) Pane(id tree.NodeID) bool
- func (t *TreeModule) Parent(id tree.NodeID) *tree.NodeID
- func (t *TreeModule) Renames() map[string]string
- func (t *TreeModule) Root() tree.NodeID
- func (t *TreeModule) SetName(id tree.NodeID, name string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupModule ¶
type NodeParams ¶
type NodeParams struct {
Name string
}
type PaneModule ¶
func (*PaneModule) Current ¶
func (p *PaneModule) Current(context interface{}) *tree.NodeID
type PathModule ¶
type PathModule struct{}
func (*PathModule) Base ¶
func (p *PathModule) Base(path string) string
func (*PathModule) Join ¶
func (p *PathModule) Join(elem []string) string
type TreeModule ¶
func (*TreeModule) Renames ¶
func (t *TreeModule) Renames() map[string]string
func (*TreeModule) Root ¶
func (t *TreeModule) Root() tree.NodeID
Click to show internal directories.
Click to hide internal directories.