Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldMeta ¶
type FieldMeta struct {
GoName string
DBName string
JSONName string
Type reflect.Type
Index []int
EmbeddedPath []string
IsPK bool
IsNullable bool
IsIgnored bool
Attributes map[string]string
}
FieldMeta is transport-neutral field metadata.
Click to show internal directories.
Click to hide internal directories.