pio

package
v0.7.5 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2018 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 Reader

type Reader interface {
	ReadMsg(msg proto.Message) error
	SkipMsg() error
}

func NewReader

func NewReader(r io.Reader, maxSize int) Reader

type Writer

type Writer interface {
	WriteMsg(proto.Message) (int, error)
}

func NewWriter

func NewWriter(w io.Writer) Writer

Jump to

Keyboard shortcuts

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