Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultNameSystem ¶
func DefaultNameSystem() string
DefaultNameSystem returns the default name system for ordering the types to be processed by the generators in this package.
func NameSystems ¶
func NameSystems() namer.NameSystems
NameSystems returns the name system used by the generators in this package.
Types ¶
type CallNodeVisitorFunc ¶
type CallNodeVisitorFunc func(ancestors []*callNode, node *callNode)
CallNodeVisitorFunc is a function for visiting a call tree. ancestors is the list of all parents of this node to the root of the tree - will be empty at the root.
Click to show internal directories.
Click to hide internal directories.