package
0.2.0
Repository: https://github.com/unit-io/unitdb.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.

# Constants

No description provided by the author

# 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.