package
0.2.9-rc1
Repository: https://github.com/ernoaapa/eliot.git
Documentation: pkg.go.dev

# 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.