Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GRPCServerModule for fx. // nolint:gochecknoglobals GRPCServerModule = fx.Options(fx.Provide(grpc.NewServer), fx.Provide(grpc.UnaryServerInterceptor), fx.Provide(grpc.StreamServerInterceptor)) // GRPCOpentracingModule for fx. // nolint:gochecknoglobals GRPCOpentracingModule = fx.Provide(gopentracing.NewTracer) // HTTPServerModule for fx. // nolint:gochecknoglobals HTTPServerModule = fx.Provide(http.NewServer) // HTTPOpentracingModule for fx. // nolint:gochecknoglobals HTTPOpentracingModule = fx.Provide(hopentracing.NewTracer) // NSQMsgPackMarshallerModule for fx. // nolint:gochecknoglobals NSQMsgPackMarshallerModule = fx.Provide(marshaller.NewMsgPack) )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.