Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signaler ¶
type Signaler interface {
// Send uses the kill syscall to issue a given signal.
Send(signal string) error
}
A Signaler is used to issue a signal to a process group.
type WaitCh ¶
type WaitCh chan *drivers.ExitResult
Click to show internal directories.
Click to hide internal directories.