Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DriverPkg string
)
The names for packages imported in the generated code. They may vary from the final path component of the import path if the name is used by other packages.
View Source
var TagString = "dao"
Functions ¶
Types ¶
type Field ¶ added in v0.10.10
type Field struct {
Name string
Type fieldType
Tags []*FieldTag
Alias string
IsRepeated bool
Desc *generator.FieldDescriptor
Map *MapFields
Slice *descriptor.FieldDescriptorProto
}
type MapFields ¶ added in v0.10.10
type MapFields struct {
Key *descriptor.FieldDescriptorProto
Value *descriptor.FieldDescriptorProto
}
Click to show internal directories.
Click to hide internal directories.