package
Version:
v0.29.1
Opens a new window with list of versions in this module.
Published: Jun 25, 2021
License: MIT
Opens a new window with license information.
Imports: 29
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrMissingShutdownCtx = errors.New("ServiceShutdownCtx cannot be nil")
ErrMissingMainShutdownFunc = errors.New("MainShutdownFunc cannot be nil")
ErrMissingMainContext = errors.New("MainContext cannot be nil")
ErrMissingOptions = errors.New("Options cannot be nil")
)
Config contains configurable options for instantiating a new Plumber
New instantiates a properly configured instance Plumber, or configuration error
Run is the main entrypoint to the plumber application
Source Files
¶
Click to show internal directories.
Click to hide internal directories.