Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Function ¶
type Function struct {
Signature string `yaml:"signature"`
Description string `yaml:"description"`
}
Function is a handler definition.
type Generator ¶
type Generator struct {
*fabricgenerator.Generator
// contains filtered or unexported fields
}
Generator is the main operator that generates the code.
func NewGenerator ¶
NewGenerator creates a new SQL code generator. Verbose output is sent to stdout and stderr.
Click to show internal directories.
Click to hide internal directories.