# Functions
NewReader creates new Reader instance.
NewWriter creates new Writer instance.
PipeStdin reads input from Stdin and writes it to the grpc stream.
PipeStdout reads stdout from grpc stream and writes it to stdout/stderr.
# Structs
EmptyStdin is io.Read implementation what is empty, i.e.
Reader is io.Reader implementation what reads bytes from RPC stream.
Writer is io.Writer implementation what writes stdout/stderr bytes to RPC stream.
# Interfaces
StdinStreamClient interface for the client what sends stdin stream messages.
StdinStreamServer interface for the endpoint what takes stdin stream in.
StdoutStreamClient interface for the client what reads stream of log lines.
StdoutStreamServer interface for the endpoint what returns stream of log lines.