Documentation
¶
Overview ¶
Package jsonrpc provides JSON RPC utilities for serialization of AWS requests and responses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var BuildHandler = request.NamedHandler{Name: "awssdk.jsonrpc.Build", Fn: Build}
BuildHandler is a named request handler for building jsonrpc protocol requests
var UnmarshalErrorHandler = request.NamedHandler{Name: "awssdk.jsonrpc.UnmarshalError", Fn: UnmarshalError}
UnmarshalErrorHandler is a named request handler for unmarshaling jsonrpc protocol request errors
var UnmarshalHandler = request.NamedHandler{Name: "awssdk.jsonrpc.Unmarshal", Fn: Unmarshal}
UnmarshalHandler is a named request handler for unmarshaling jsonrpc protocol requests
var UnmarshalMetaHandler = request.NamedHandler{Name: "awssdk.jsonrpc.UnmarshalMeta", Fn: UnmarshalMeta}
UnmarshalMetaHandler is a named request handler for unmarshaling jsonrpc protocol request metadata
Functions ¶
func Unmarshal ¶
func Unmarshal(req *request.Request)
Unmarshal unmarshals a response for a JSON RPC service.
func UnmarshalError ¶
func UnmarshalError(req *request.Request)
UnmarshalError unmarshals an error response for a JSON RPC service.
func UnmarshalMeta ¶
func UnmarshalMeta(req *request.Request)
UnmarshalMeta unmarshals headers from a response for a JSON RPC service.
Types ¶
This section is empty.