Categorygithub.com/mars9/codec
modulepackage
0.0.0-20160208102151-49676af5c6e0
Repository: https://github.com/mars9/codec.git
Documentation: pkg.go.dev

# Packages

Package wirepb is a generated protocol buffer package.

# Functions

NewClientCodec returns a new rpc.Client.
NewDecoder returns a new decoder that reads from the io.Reader.
NewEncoder returns a new encoder that will transmit on the io.Writer.
NewServerCodec returns a new rpc.ServerCodec.

# Structs

A Decoder manages the receipt of type and data information read from the remote side of a connection.
An Encoder manages the transmission of type and data information to the other side of a connection.

# Interfaces

No description provided by the author