//
pkg.gl
Category
github.com/alexandrev/docker
pkg
stdcopy
package
1.9.0
Repository:
https://github.com/alexandrev/docker.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
147 SLOC
#
Functions
NewStdWriter
NewStdWriter instantiates a new Writer.
StdCopy
StdCopy is a modified version of io.Copy.
#
Variables
Stderr
Stderr represents standard error steam type.
Stdin
Stdin represents standard input stream type.
Stdout
Stdout represents standard output stream type.
#
Structs
StdWriter
StdWriter is wrapper of io.Writer with extra customized info.
#
Type aliases
StdType
StdType prefixes type and length to standard stream.