Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GoStruct ¶
type GoStruct struct {
GoPackage string
Name string
Fields []*StructField
Comments []string
}
func (*GoStruct) GetAnnotation ¶
type Package ¶
type Package struct {
GoPackage string
SourceDir string
Structs []*GoStruct
Comments []string
Imports []*GoImport
}
func (*Package) GetAnnotation ¶
type StructField ¶
Click to show internal directories.
Click to hide internal directories.