Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct { Lifecycle Lifecycle GetLifecycle GetLifecycle }
type GetLifecycle ¶ added in v0.2.4
type GetLifecycle interface { GetAfterStops() []executor GetBeforeStops() []executor GetAfterStarts() []executor GetBeforeStarts() []executor }
Click to show internal directories.
Click to hide internal directories.