Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProtoReaderCloser ¶
func NewVarintProtoReader ¶
func NewVarintProtoReader(reader io.Reader, capacity int) ProtoReaderCloser
NewVarintProtoReader creates a reader that uses: - varint delimiting - protobuf message serialization
type ProtoWriterCloser ¶
func NewVarintProtoWriter ¶
func NewVarintProtoWriter(writer io.Writer) ProtoWriterCloser
NewVarintProtoWriter creates a writer that uses: - varint delimiting - protobuf message serialization
Click to show internal directories.
Click to hide internal directories.