package
1.1.1
Repository: https://github.com/becklyn/go-fx-core.git
Documentation: pkg.go.dev

# 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()

# Variables

No description provided by the author