package
0.0.0-20240911193312-2b36238f13e9
Repository: https://github.com/kubernetes/gengo.git
Documentation: pkg.go.dev

# Functions

DefaultNameSystem returns the default name system for ordering the types to be processed by the generators in this package.
NameSystems returns the name system used by the generators in this package.
No description provided by the author
No description provided by the author
ParseSymbolReference looks for strings that match one of the following: - ref(Ident) - ref(pkgpath.Ident) If the input string matches either of these, it will return the (optional) pkgpath, the Ident, and true.

# Structs

CustomArgs is used tby the go2idl framework to pass args specific to this generator.

# Type aliases

CallNodeVisitorFunc is a function for visiting a call tree.