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

# README

gRPC

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

Use the server provided by grpc.New as a basis for all your grpc endpoints.

server := grpc.New(...)

# Functions

No description provided by the author