Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeWrapper ¶
type NodeWrapper struct {
RollupNode
}
type RollupNode ¶
type RollupNodeFactory ¶
type RollupNodeFactory struct { EstTitle string NewNode func(isLeaf bool) NodeWrapper // contains filtered or unexported fields }
func CreateNodeFactory ¶
func CreateNodeFactory(detailed, exact bool) *RollupNodeFactory
func (*RollupNodeFactory) PrintDivider ¶
func (f *RollupNodeFactory) PrintDivider(tw *tabwriter.Writer) error
func (*RollupNodeFactory) PrintHeader ¶
func (f *RollupNodeFactory) PrintHeader(tw *tabwriter.Writer) error
Click to show internal directories.
Click to hide internal directories.