# 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