stream

package
v3.0.0-alpha Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package stream encapsulates streams within streams

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(service, endpoint string, req interface{}, s Stream) server.Stream

New returns a new encapsulated stream Proto stream within a server.Stream

Types

type Stream

type Stream interface {
	Context() context.Context
	SendMsg(interface{}) error
	RecvMsg(interface{}) error
	Close() error
}

Jump to

Keyboard shortcuts

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