io

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProtoReaderCloser

type ProtoReaderCloser = readerCloser[proto.Message]

func NewVarintProtoReader

func NewVarintProtoReader(reader io.Reader, capacity int) ProtoReaderCloser

NewVarintProtoReader creates a reader that uses: - varint delimiting - protobuf message serialization

type ProtoWriterCloser

type ProtoWriterCloser = writerCloser[proto.Message]

func NewVarintProtoWriter

func NewVarintProtoWriter(writer io.Writer) ProtoWriterCloser

NewVarintProtoWriter creates a writer that uses: - varint delimiting - protobuf message serialization

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL