Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustParseTag ¶
func MustParseTag(field reflect.StructField, tag string, defaultValue []string) []string
MustParseTag attempt to parse tag; if not possible, return default value
func ParseTag ¶
func ParseTag(field reflect.StructField, tag string) []string
ParseTag attempt to parse tag
func ParseTagList ¶
func ParseTagList(field reflect.StructField, tags []string) []string
ParseTagList attempt to parse tag from a list of possible tags if a match from the list of possible tags is found, returns the list of options
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.