Versions in this module Expand all Collapse all v0 v0.1.0 Sep 12, 2024 Changes in this version + var Bootstrapper = fxcore.NewBootstrapper().WithOptions(fxhttpserver.FxHttpServerModule, Register(), Router()) + var RootDir string + func Register() fx.Option + func Router() fx.Option + func Run(ctx context.Context) + func RunTest(tb testing.TB, options ...fx.Option)