package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: Jul 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AsyncComponent interface {
Component
WaitForReady() chan bool
}
AsyncComponent represents components that have some async initialization
and therefore must provide a ready channel to listen to
type Component interface {
Shutdown() error
}
Component represents core application components. Modules should implement this interface to allow for proper
dependency checks and shutdown
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.