Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LockablePipe ¶
type LockablePipe struct {
// contains filtered or unexported fields
}
func NewLockable ¶
func NewLockable(input io.Reader) *LockablePipe
func (*LockablePipe) Flush ¶
func (l *LockablePipe) Flush() []byte
func (*LockablePipe) WaitForString ¶
func (l *LockablePipe) WaitForString(expected string, until time.Duration) error
Click to show internal directories.
Click to hide internal directories.