package
0.7.10
Repository: https://github.com/zeromake/docker-debug.git
Documentation: pkg.go.dev

# Functions

NewInStream returns a new InStream object from a ReadCloser.
NewOutStream returns a new OutStream object from a Writer.

# Structs

CommonStream is an input stream used by the DockerCli to read user input.
InStream is an input stream used by the DockerCli to read user input.
OutStream is an output stream used by the DockerCli to write normal program output.

# Interfaces

Streams interface.