# Packages
No description provided by the author
# Functions
Register is used to register the application dependencies.
Router is used to register the application HTTP middlewares and handlers.
Run starts the application, with a provided [context.Context].
RunTest starts the application in test mode, with an optional list of [fx.Option].
# Variables
Bootstrapper can be used to load modules, options, dependencies, routing and bootstraps the application.
RootDir is the application root directory.