Documentation
      ¶
    
    
  
    
  
    Index ¶
- type Editor
 - func (e *Editor) AddLink(ctx context.Context, childname string, childk key.Key) error
 - func (e *Editor) GetNode() *dag.Node
 - func (e *Editor) InsertNodeAtPath(ctx context.Context, path string, toinsert key.Key, create func() *dag.Node) error
 - func (e *Editor) RmLink(ctx context.Context, path string) error
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Editor ¶
type Editor struct {
	// contains filtered or unexported fields
}
    func NewDagEditor ¶
func NewDagEditor(ds dag.DAGService, root *dag.Node) *Editor
func (*Editor) InsertNodeAtPath ¶
 Click to show internal directories. 
   Click to hide internal directories.