Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PIDProvider ¶
type ProcessChecker ¶
type ProcessChecker struct{}
func (*ProcessChecker) Alive ¶
func (*ProcessChecker) Alive(pid int) bool
type ProcessKiller ¶
type ProcessKiller struct{}
func (*ProcessKiller) Kill ¶
func (*ProcessKiller) Kill(pid int) error
func (*ProcessKiller) KillProvidedPID ¶
func (k *ProcessKiller) KillProvidedPID(pidProvider PIDProvider) error
Click to show internal directories.
Click to hide internal directories.