package
0.0.0-20200917192850-53883ab13fc3
Repository: https://github.com/unit-io/unitd.git
Documentation: pkg.go.dev

# Functions

ChunkedEncoder ensures that data to encode is chunked at the proper size.
SimpleDecoder is the easiest way to generate a Decoder for a proto.Message.
Encode is the easiest way to generate an Encoder for a proto.Message.

# Structs

Conn implements net.Conn across a gRPC stream.

# Type aliases

Decode is given a Response value and expects you to decode the response value into the byte slice given.
Encoder encodes a byte slice to write into the destination proto.Message.