greadcloser

package
v1.7.6 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2022 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client is a read closer that talks over RPC.

func NewClient

func NewClient(client greadcloserproto.ReaderClient) *Client

NewClient returns a read closer connected to a remote read closer

func (*Client) Close

func (c *Client) Close() error

func (*Client) Read

func (c *Client) Read(p []byte) (int, error)

type Server

type Server struct {
	greadcloserproto.UnimplementedReaderServer
	// contains filtered or unexported fields
}

Server is a io.ReadCloser that is managed over RPC.

func NewServer

func NewServer(readCloser io.ReadCloser) *Server

NewServer returns an io.ReadCloser instance managed remotely

Jump to

Keyboard shortcuts

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