Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GRPCServerModule for fx. GRPCServerModule = fx.Options(fx.Provide(grpc.NewServer), fx.Provide(grpc.NewConfig), fx.Provide(grpc.UnaryServerInterceptor), fx.Provide(grpc.StreamServerInterceptor)) // HTTPServerModule for fx. HTTPServerModule = fx.Options(fx.Provide(http.NewServer), fx.Provide(http.NewConfig)) // HTTPClientModule for fx. HTTPClientModule = fx.Options(fx.Provide(http.NewClient)) // NSQModule for fx. NSQModule = fx.Options(fx.Provide(nsq.NewConfig)) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.