Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module( "domain.user", fx.Provide(infrastructure.NewQueryRepository), fx.Provide(transport.NewController), fx.Provide(application.NewApplication), fx.Provide(infrastructure.NewRepository), fx.Invoke(func(srv httpsrv.HTTPServer, controller httpsrv.Controller) { srv.With(controller) }), )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.