Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsIgnoredStructField ¶
func IsIgnoredStructField(field reflect.StructField) bool
Types ¶
type StructTag ¶
type StructTag struct { Key string IsOmitEmpty bool IsString bool Field reflect.StructField }
func StructTagFromField ¶
func StructTagFromField(field reflect.StructField) *StructTag
type StructTags ¶
type StructTags []*StructTag
func (StructTags) ExistsKey ¶
func (t StructTags) ExistsKey(key string) bool
Click to show internal directories.
Click to hide internal directories.