Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // HTTPModule for fx. HTTPModule = fx.Invoke(http.Register) // GRPCModule for fx. GRPCModule = fx.Invoke(grpc.Register) // ServerModule for fx. ServerModule = fx.Provide(NewServer) // Module for fx. Module = fx.Options(HTTPModule, GRPCModule, ServerModule) )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.