Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldInfo ¶
type FieldInfo struct { reflect.StructField Tags map[string]*TagInfo }
FieldInfo contains information concerning a single field on a struct
type TypeInfo ¶
func GetTypeInfo ¶
GetTypeInfo retrieves information on the type submitted to the function. A list of FieldInfo objects will be returned, where each contains the SructField for the associated field along with a mapping of tag names to their values. This list will be ordered in the same way as the fields. Additionally, the field into will be cached so that subsequent accesses do not incur additional costs
Click to show internal directories.
Click to hide internal directories.