package
2.0.1+incompatible
Repository: https://github.com/sotowang/aws-sdk-go.git
Documentation: pkg.go.dev
# Functions
Build builds a JSON payload for a JSON RPC request.
NewUnmarshalTypedError returns an UnmarshalTypedError initialized for the set of exception names to the error unmarshalers.
Unmarshal unmarshals a response for a JSON RPC service.
UnmarshalError unmarshals an error response for a JSON RPC service.
UnmarshalMeta unmarshals headers from a response for a JSON RPC service.
# Variables
BuildHandler is a named request handler for building jsonrpc protocol requests.
UnmarshalErrorHandler is a named request handler for unmarshaling jsonrpc protocol request errors.
UnmarshalHandler is a named request handler for unmarshaling jsonrpc protocol requests.
UnmarshalMetaHandler is a named request handler for unmarshaling jsonrpc protocol request metadata.
# Structs
UnmarshalTypedError provides unmarshaling errors API response errors for both typed and untyped errors.