Documentation ¶ Index ¶ type Generator Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Generator ¶ type Generator interface { // String writes the string representation out to the provided io.Writer String(io.Writer) error // Visit takes a CDDL Node and recursively walks it Visit(ast.Node) Generator } Generator decribes methods for a code generator Source Files ¶ View all Source files generator.go Directories ¶ Show internal Expand all Path Synopsis golang Click to show internal directories. Click to hide internal directories.