Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttachConsole ¶
func AttachConsole(stdinReader, stdoutReader *io.PipeReader, stdinWriter, stdoutWriter *io.PipeWriter, message string, resChan <-chan error) (err error)
AttachConsole attaches stdin and stdout to the console in -> stdinWriter | stdinReader -> console out <- stdoutReader | stdoutWriter <- console
Types ¶
type AtomicBool ¶ added in v0.56.0
func (*AtomicBool) False ¶ added in v0.56.0
func (b *AtomicBool) False()
func (*AtomicBool) IsTrue ¶ added in v0.56.0
func (b *AtomicBool) IsTrue() bool
func (*AtomicBool) True ¶ added in v0.56.0
func (b *AtomicBool) True()
Click to show internal directories.
Click to hide internal directories.