Users of this library likely want to run other services on the same gRPC server. This can be done with an optional Server *grpc.Server field in concord.Config. The concord service should be installed on this, but it will not open a socket or manage ServerTLS. BindAddr may also become optional in this case.
Users of this library likely want to run other services on the same gRPC server. This can be done with an optional
Server *grpc.Serverfield inconcord.Config. The concord service should be installed on this, but it will not open a socket or manage ServerTLS. BindAddr may also become optional in this case.