shared

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2026 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Streamer

type Streamer interface {
	Configure(ctx context.Context, path string, chunkSize int64) error
	Read(ctx context.Context) ([]byte, error)
	Write(ctx context.Context, b []byte) error
}

type StreamerGRPCClient

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

func (*StreamerGRPCClient) Configure

func (g *StreamerGRPCClient) Configure(ctx context.Context, path string, chunkSize int64) error

func (*StreamerGRPCClient) Read

func (g *StreamerGRPCClient) Read(ctx context.Context) ([]byte, error)

func (*StreamerGRPCClient) Write

func (g *StreamerGRPCClient) Write(ctx context.Context, b []byte) error

type StreamerGRPCServer

type StreamerGRPCServer struct {
	Impl Streamer

	proto.UnimplementedStreamerServiceServer
	// contains filtered or unexported fields
}

func (*StreamerGRPCServer) Configure

func (*StreamerGRPCServer) Read

func (*StreamerGRPCServer) Write

type StreamerPlugin

type StreamerPlugin struct {
	plugin.NetRPCUnsupportedPlugin
	Impl Streamer
}

func (*StreamerPlugin) GRPCClient

func (p *StreamerPlugin) GRPCClient(ctx context.Context, broker *plugin.GRPCBroker, c *grpc.ClientConn) (interface{}, error)

func (*StreamerPlugin) GRPCServer

func (p *StreamerPlugin) GRPCServer(broker *plugin.GRPCBroker, s *grpc.Server) error

Jump to

Keyboard shortcuts

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