Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Names ¶
type Names struct {
RefName string `yaml:"-"` // Name from filename, to be used on dependencies
TargetName string `yaml:"-"` // Name to be used on generated code
Name string `yaml:"-"`
SchemaName string `yaml:"-"`
FullName string `yaml:"-"`
SQLFullName string `yaml:"-"`
}
Names represents entity names
Click to show internal directories.
Click to hide internal directories.