Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnsupportedType = errors.New("decoder: unsupported type") ErrTagNotFound = errors.New("decoder: tag not found") )
Functions ¶
This section is empty.
Types ¶
type CachedDecoder ¶
type CachedDecoder[V any] struct { // contains filtered or unexported fields }
func (*CachedDecoder[V]) Decode ¶
func (d *CachedDecoder[V]) Decode(data Getter, v *V) error
func (*CachedDecoder[V]) DecodeValue ¶ added in v0.1.3
func (d *CachedDecoder[V]) DecodeValue(data Getter, v reflect.Value) error
type Header ¶ added in v0.1.3
type Header fasthttp.RequestHeader
Click to show internal directories.
Click to hide internal directories.