# Functions
Bootstrap initializes this module with ContextIn and exports resulting ContextOut.
# Constants
ErrorStatus indicates app encountered an error.
InitializingStatus means app is still intializing.
ReadyStatus means app is fully initialized and running.
TerminatedStatus means app gracefully terminated.
# Structs
ContextIn describes dependecies needed by this package.
ContextOut describes dependencies exported by this package.
Status of application.
# Interfaces
App interface.
# Type aliases
ShutdownHook function type.