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