package
Version:
v0.1.5
Opens a new window with list of versions in this module.
Published: Sep 9, 2026
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
HandleStream pumps an attach stream, optionally putting the terminal in raw mode.
type Stream struct {
Send sendFunc
Recv recvFunc
CloseSend closeFunc
}
Stream carries the send and recv half of an attach stream.
func NewStream(send sendFunc, recv recvFunc, closeSend closeFunc) Stream
NewStream serializes send and closeSend, which grpc forbids calling from several goroutines.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.