Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() (Evacuatable, EvacuationReporter, EvacuationNotifier)
Types ¶
type Evacuatable ¶
type Evacuatable interface {
Evacuate()
}
type EvacuationNotifier ¶
type EvacuationNotifier interface {
EvacuateNotify() <-chan struct{}
}
type EvacuationReporter ¶
type EvacuationReporter interface {
Evacuating() bool
}
Click to show internal directories.
Click to hide internal directories.