Versions in this module Expand all Collapse all v0 v0.3.7 Aug 2, 2015 v0.3.6 Jul 30, 2015 Changes in this version + type Editor struct + func NewDagEditor(ds dag.DAGService, root *dag.Node) *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