gobio

package
v0.0.0-...-25e1a75 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReadCloser

type ReadCloser interface {
	Reader
	io.Closer
}

func NewReader

func NewReader(r io.Reader) ReadCloser

type Reader

type Reader interface {
	ReadMsg(types.Message) error
}

type WriteCloser

type WriteCloser interface {
	Writer
	io.Closer
}

func NewWriter

func NewWriter(w io.Writer) WriteCloser

type Writer

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

Jump to

Keyboard shortcuts

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