Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 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)