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
Click to show internal directories.
Click to hide internal directories.