grpc

package
v2.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 License: BSD-3-Clause Imports: 11 Imported by: 0

README

GraphQL

The GRPC_ADDR env variable is used to configure the address of the server. Default: tcp://0.0.0.0:9000.

app := fx.New(
	env.Module,
	logrus.Module,
	grpc.Module,
	fx.Invoke(func(server *grpc.Server) {
		// use server here
	}),
)
app.Run()

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Provide(
	newGrpc,
)

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