Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IOStream ¶
type IOStream interface {
Recv() (*proto.IOStreamData, error)
Send(*proto.IOStreamData) error
Context() context.Context
}
type IOStreamWrapper ¶
type IOStreamWrapper struct {
IOStream
// contains filtered or unexported fields
}
func NewIOStreamWrapper ¶
func NewIOStreamWrapper(stream IOStream) *IOStreamWrapper
func (*IOStreamWrapper) Close ¶
func (iw *IOStreamWrapper) Close() error
func (*IOStreamWrapper) Wait ¶
func (iw *IOStreamWrapper) Wait()
Click to show internal directories.
Click to hide internal directories.