Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeGenerator ¶
CodeGenerator describes the behaviour of a code generator.
type GoCodeGenerator ¶
type GoCodeGenerator struct {
// contains filtered or unexported fields
}
GoCodeGenerator is a Go-specific implementation of CodeGenerator.
func NewGoCodeGenerator ¶
func NewGoCodeGenerator() (*GoCodeGenerator, error)
NewGoCodeGenerator returns a pointer to a new instance of GoCodeGenerator.
Click to show internal directories.
Click to hide internal directories.