Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StepStream ¶
type StepStream interface { Recv() (*pb.ExecuteInputEvent, error) Send(event *pb.ExecuteOutputEvent) error }
type StepStreamer ¶
type StepStreamer struct { Stream StepStream Pty *os.File }
func New ¶
func New(stream StepStream) *StepStreamer
func (*StepStreamer) Close ¶
func (c *StepStreamer) Close() error
func (*StepStreamer) Write ¶ added in v0.2.0
func (c *StepStreamer) Write(bytes []byte) error
Click to show internal directories.
Click to hide internal directories.