Documentation ¶
Overview ¶
Package execwriter contains helpers for writing "waypoint exec" streams via an io.Writer. Data written to the io.Writer will be automatically sent to the gRPC stream.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Writer ¶
func Writer( client grpc.ClientStream, channel pb.EntrypointExecRequest_Output_Channel, ) io.Writer
Writer returns an io.Writer for writing the given channel of exec stream data (stderr or stdout). The writer doesn't have to be closed, you'll receive an EOF once the stream itself closes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.