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)) // HTTPServerModule for fx. // nolint:gochecknoglobals HTTPServerModule = fx.Options(fx.Provide(http.NewServer)) )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.