Versions in this module Expand all Collapse all v0 v0.1.0 Dec 26, 2023 v0.0.1 Dec 26, 2023 Changes in this version + var BuildHandler = request.NamedHandler + var UnmarshalErrorHandler = request.NamedHandler + var UnmarshalHandler = request.NamedHandler + var UnmarshalMetaHandler = request.NamedHandler + func Build(r *request.Request) + func Unmarshal(r *request.Request) + func UnmarshalError(r *request.Request) + func UnmarshalMeta(r *request.Request) + type UnmarshalTypedError struct + func NewUnmarshalTypedError(exceptions map[string]func(protocol.ResponseMetadata) error) *UnmarshalTypedError + func (u *UnmarshalTypedError) UnmarshalError(resp *http.Response, respMeta protocol.ResponseMetadata) (error, error)