Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmptyExecID = errors.New("emtpy exec id") ErrTtySizeIsZero = errors.New("tty size is 0") )
Functions ¶
This section is empty.
Types ¶
type CommonStream ¶
func (*CommonStream) RestoreTerminal ¶
func (s *CommonStream) RestoreTerminal()
type In ¶
type In struct { CommonStream // contains filtered or unexported fields }
func NewIn ¶
func NewIn(in io.ReadCloser) *In
func (*In) RestoreTerminal ¶
func (*In) SetRawTerminal ¶
type Out ¶
type Out struct { CommonStream // contains filtered or unexported fields }
func (*Out) GetTtySize ¶
type ResizeContainer ¶
type Streamer ¶
func (*Streamer) SetRawTerminal ¶
func (*Streamer) Stream ¶
func (s *Streamer) Stream(ctx context.Context, id string, resp types.HijackedResponse, resize ResizeContainer) (err error)
Click to show internal directories.
Click to hide internal directories.