package
0.0.0-20241002102048-6151a8851aac
Repository: https://github.com/ankorstore/yokai-http-template.git
Documentation: pkg.go.dev

# 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.