Categorygithub.com/nil-go/nilgo/grpc
modulepackage
0.2.0
Repository: https://github.com/nil-go/nilgo.git
Documentation: pkg.go.dev

# Packages

Package client provides utilities for gRPC client.
No description provided by the author

# Functions

NewServer creates a new gRPC server with the given options.
Run wraps start/stop of the gRPC server in a single run function with listening on multiple tcp and unix socket address.
WithAddress provides the address listened by the gRPC server.
WithConfigService registers the pb.ConfigServiceServer implement to the gRPC server.

# Type aliases

No description provided by the author