Documentation ¶
Overview ¶
Package computing provides serialization of NIFCLOUD Computing requests and responses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildHandler = request.NamedHandler{Name: "awssdk.computing.Build", Fn: Build}
BuildHandler is a named request handler for building computing protocol requests
View Source
var UnmarshalErrorHandler = request.NamedHandler{Name: "awssdk.computing.UnmarshalError", Fn: UnmarshalError}
UnmarshalErrorHandler is a named request handler for unmarshaling computing protocol request errors
View Source
var UnmarshalHandler = request.NamedHandler{Name: "awssdk.computing.Unmarshal", Fn: Unmarshal}
UnmarshalHandler is a named request handler for unmarshaling computing protocol requests
View Source
var UnmarshalMetaHandler = request.NamedHandler{Name: "awssdk.computing.UnmarshalMeta", Fn: UnmarshalMeta}
UnmarshalMetaHandler is a named request handler for unmarshaling computing protocol request metadata
Functions ¶
func UnmarshalError ¶
UnmarshalError unmarshals a response error for the EC2 protocol.
func UnmarshalMeta ¶
UnmarshalMeta unmarshals response headers for the EC2 protocol.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.