Documentation
¶
Index ¶
Constants ¶
View Source
const ( StructTagRequired = "required" StructTagMapstructure = "mapstructure" StructTagJson = "json" StructTagYaml = "yaml" )
Variables ¶
This section is empty.
Functions ¶
func GetFieldTagValue ¶
GetFieldTagValue returns the value of the mapstructure field tag for a struct field.
func GetJsonFieldTagValue ¶
GetJsonFieldTagValue returns the value of the json field tag for a struct field.
func GetYamlFieldTagValue ¶
GetYamlFieldTagValue returns the value of the json field tag for a struct field.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.