package acltree type DocTree interface { } type docTree struct { tree *Tree }