Documentation ¶
Overview ¶
Package lysmeta contains functions that analyze structs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Result ¶ added in v0.1.3
type Result struct { DbTags []string // all combined "db" tags in the struct(s) passed JsonTags []string // all combined "json" tags in the struct(s) passed, excluding "-" JsonTagTypeMap map[string]string // a map of [json tag]type name }
Result contains struct metadata
Click to show internal directories.
Click to hide internal directories.