Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lifecycle ¶
type Lifecycle struct {
// contains filtered or unexported fields
}
func NewLifecycle ¶
func NewLifecycle() *Lifecycle
func (*Lifecycle) OnStart ¶
func (l *Lifecycle) OnStart(hook LifecycleHook)
func (*Lifecycle) OnStop ¶
func (l *Lifecycle) OnStop(hook LifecycleHook)
func (*Lifecycle) OnStopFirst ¶ added in v1.4.4
func (l *Lifecycle) OnStopFirst(hook LifecycleHook)
func (*Lifecycle) OnStopLast ¶ added in v1.4.0
func (l *Lifecycle) OnStopLast(hook LifecycleHook)
type LifecycleHook ¶
Click to show internal directories.
Click to hide internal directories.