Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DaemonConfigInitialization ¶ added in v1.19.0
type DaemonConfigInitialization struct{}
DaemonConfigInitialization can be used to depend on the legacy DaemonConfig initialization and validation where some properties are changed at runtime depending on other properties or the environment. Note that this isn't the same as depending on the DaemonConfig itself (which doesn't await this initialization).
type DaemonInitialization ¶
type DaemonInitialization struct{}
DaemonInitialization can be used to depend on the legacy daemon initialization. This will make sure the Hive start hook of the "Daemon cell" runs before the start hook of any dependent cell. In detail, `newDaemon` has been called, but `startDaemon` is likely going to run in parallel with the start hook of the dependent cell.