We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824462c commit 7e97bdeCopy full SHA for 7e97bde
jailer.go
@@ -90,9 +90,9 @@ type JailerConfig struct {
90
// ChrootStrategy will dictate how files are transfered to the root drive.
91
ChrootStrategy HandlersAdapter
92
93
- // Stdout ...
+ // Stdout specifies the IO writer for STDOUT to use when spawning the jailer.
94
Stdout io.Writer
95
- // Stderr ...
+ // Stderr specifies the IO writer for STDERR to use when spawning the jailer.
96
Stderr io.Writer
97
}
98
0 commit comments