Documentation ¶
Overview ¶
Package load provides functionalities to parse and analyze Go source files to discover and retrieve struct type definitions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StructDiscovered ¶
StructDiscovered represents a discovered struct.
func GetStructsFromPath ¶
func GetStructsFromPath(path string) ([]StructDiscovered, error)
GetStructsFromPath find all structs defined in a specific directory path
Click to show internal directories.
Click to hide internal directories.