Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct { Name string Type string Comments []string Init bool // the field is initialized in constructor Get bool // the field has getter Set bool // the field has sette }
Field is a field of Struct
type File ¶
type File struct { PkgName string Structs []Struct Imports map[string]string // map[import_path]local_name }
File is a Go file.
Click to show internal directories.
Click to hide internal directories.