Documentation ¶
Overview ¶
This package is copied from Go library reflect/type.go. The struct tag library provides no way to extract the list of struct tags, only a specific tag
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StructTags ¶
type StructTags []StructTag
func ParseStructTags ¶
func ParseStructTags(tag string) (StructTags, error)
ParseStructTags returns the full set of fields in a struct tag in the order they appear in the struct tag.
func (StructTags) Has ¶
func (tags StructTags) Has(name string) bool
func (StructTags) String ¶
func (tags StructTags) String() string
Click to show internal directories.
Click to hide internal directories.