gwriter

package
v1.11.4 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: BSD-3-Clause Imports: 4 Imported by: 4

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 an io.Writer that talks over RPC.

func NewClient

func NewClient(client writerpb.WriterClient) *Client

NewClient returns a writer connected to a remote writer

func (*Client) Write

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

type Server

type Server struct {
	writerpb.UnsafeWriterServer
	// contains filtered or unexported fields
}

Server is an http.Handler that is managed over RPC.

func NewServer

func NewServer(writer io.Writer) *Server

NewServer returns an http.Handler instance managed remotely

func (*Server) Write

Jump to

Keyboard shortcuts

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