codec

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2015 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more Imports: 1 Imported by: 0

Documentation

Overview

The codec package defines how to read and write data from the wire

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Codec

type Codec interface {
	RoundTrip(*Request, io.ReadWriter) error
}

A Codec defines how to read and write data from the wire

type Request

type Request struct {
	Service   ShapeRef
	Operation ShapeRef
	Input     interface{}
	Output    interface{}
}

type ShapeRef

type ShapeRef struct {
	ShapeName string
}

Jump to

Keyboard shortcuts

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