Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StructDesc ¶
type StructDesc struct { Name string Field []StructField }
StructDesc contains description of parsed struct
func GetFileStructs ¶
func GetFileStructs(filename string, prefix string, tag string) ([]StructDesc, error)
GetFileStructs returns structs descriptions from parsed go file
Click to show internal directories.
Click to hide internal directories.