kscjson

package
v0.1.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BuildHandler = request.NamedHandler{Name: "kscsdk.kscjson.Build", Fn: Build}
View Source
var UnmarshalErrorHandler = request.NamedHandler{Name: "kscsdk.query.UnmarshalError", Fn: UnmarshalError}

UnmarshalErrorHandler is a name request handler to unmarshal request errors

View Source
var UnmarshalHandler = request.NamedHandler{Name: "kscsdk.query.Unmarshal", Fn: Unmarshal}

UnmarshalHandler is a named request handler for unmarshaling query protocol requests

View Source
var UnmarshalMetaHandler = request.NamedHandler{Name: "kscsdk.query.UnmarshalMeta", Fn: UnmarshalMeta}

UnmarshalMetaHandler is a named request handler for unmarshaling query protocol request metadata

Functions

func Build

func Build(r *request.Request)

func Unmarshal

func Unmarshal(r *request.Request)

Unmarshal unmarshals a response for an AWS Query service.

func UnmarshalError

func UnmarshalError(r *request.Request)

UnmarshalError unmarshals an error response for an AWS Query service.

func UnmarshalMeta

func UnmarshalMeta(r *request.Request)

UnmarshalMeta unmarshals header response values for an AWS Query service.

Types

type Error

type Error struct {
	Code    string `json:"Code"`
	Message string `json:"Message"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL