Documentation
¶
Overview ¶
Package console provides the DUT Console API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Console ¶
type Console struct {
// contains filtered or unexported fields
}
Console is the device Console API.
func (*Console) StartCapture ¶
StartCapture starts copying console stdout and stderr to out and err, and returns a function that stops copying console stdout and stderr.
type StopCaptureFunc ¶
StopCaptureFunc is a function that stops copying console stdout and stderr
Click to show internal directories.
Click to hide internal directories.