transport

package
v1.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2021 License: Unlicense Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL