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(transport.NewGreetServer), fx.Provide(application.NewApplication), fx.Provide(infrastructure.NewRepository), fx.Invoke(func(srv httpsrv.HTTPServer, controller httpsrv.Controller) { srv.Register(controller) }), fx.Invoke(func(g grpc.ServiceRegistrar, impl helloworld.GreeterServer) { helloworld.RegisterGreeterServer(g, impl) }), )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.