package
1.3.2
Repository: https://github.com/hyperhq/hypernetes.git
Documentation: pkg.go.dev

# Functions

NewDecoder creates a streaming decoder that reads object chunks from r and decodes them with d.
NewEncoder returns a new streaming encoder.

# Variables

No description provided by the author

# Interfaces

Decoder is a runtime.Decoder from a stream.
Encoder is a runtime.Encoder on a stream.
Serializer is a factory for creating encoders and decoders that work over streams.