Documentation
¶
Overview ¶
Package bootstrap contains all abstractions and implementation necessary to bootstrap the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run( ctx context.Context, cancel context.CancelFunc, configuration config.Configuration, handlers []BootstrapHandler)
Run is the bootstrap process entry point. All relevant application components can be initialized by providing a BootstrapHandler implementation to the handlers array.
Types ¶
Click to show internal directories.
Click to hide internal directories.