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