Versions in this module Expand all Collapse all v1 v1.0.1 Sep 3, 2022 Changes in this version + func ProcessFields(allFields []Field) ([]Field, []Tags, error) + type Field struct + Exported bool + Index int + Name string + Tag string + Type Type + type NilKind uint8 + const NilKindList + const NilKindString + type TagError struct + Err string + Field string + StructType string + Tag string + func (e TagError) Error() string + type Tags struct + Ignored bool + NilKind NilKind + NilOK bool + Optional bool + Tail bool + type Type struct + Elem *Type + IsDecoder bool + IsEncoder bool + Kind reflect.Kind + Name string + func (t Type) DefaultNilValue() NilKind