type TreeStructure …
const TreeStructurePackage …
const TreeStructureGraph …
var GraphStructures …
type TreeWriter …
type TreeWriterField …
func (p TreeWriter) packageStructure(nodes []*yaml.RNode) error { … }
func branchName(root, dirRelPath, openAPIFileName string) string { … }
func (p TreeWriter) Write(nodes []*yaml.RNode) error { … }
type node …
func (a node) Len() int { … }
func (a node) Swap(i, j int) { … }
func (a node) Less(i, j int) bool { … }
func (a node) Tree(root treeprint.Tree) error { … }
func (p TreeWriter) graphStructure(nodes []*yaml.RNode) error { … }
func nodeToString(node *yaml.RNode) (string, error) { … }
func ownerToString(node *yaml.RNode) (string, error) { … }
func (p TreeWriter) index(nodes []*yaml.RNode) map[string][]*yaml.RNode { … }
func compareNodes(i, j *yaml.RNode) bool { … }
func (p TreeWriter) sort(indexByPackage map[string][]*yaml.RNode) []string { … }
func (p TreeWriter) doResource(leaf *yaml.RNode, metaString string, branch treeprint.Tree) (treeprint.Tree, error) { … }
func (p TreeWriter) getFields(leaf *yaml.RNode) (treeFields, error) { … }
type treeField …
type treeFields …
func (nodes treeFields) Len() int { … }
func (nodes treeFields) Less(i, j int) bool { … }
func (nodes treeFields) Swap(i, j int) { … }