Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GRPCModule for fx. GRPCModule = fx.Options( fx.Provide(grpc.NewServer), fx.Provide(grpc.UnaryServerInterceptor), fx.Provide(grpc.StreamServerInterceptor), fx.Provide(gprometheus.NewServerMetrics), fx.Provide(gprometheus.NewClientMetrics), fx.Provide(gopentracing.NewTracer), ) // HTTPModule for fx. HTTPModule = fx.Options( fx.Provide(http.NewServer), fx.Provide(hprometheus.NewServerMetrics), fx.Provide(hprometheus.NewClientMetrics), fx.Provide(hopentracing.NewTracer), ) // NSQModule for fx. NSQModule = fx.Options( fx.Provide(nprometheus.NewProducerMetrics), fx.Provide(nprometheus.NewConsumerMetrics), fx.Provide(nopentracing.NewTracer), fx.Provide(marshaller.NewMsgPack), ) )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.