Versions in this module Expand all Collapse all v0 v0.0.1 Nov 1, 2023 Changes in this version + const BACK_OFF_MAX_DELAY + func SetServiceDomain(domain string) + type ServiceDesc interface + CloseConnection func() error + GetConnection func(opts ...grpc.DialOption) *grpc.ClientConn + GetConnectionWithContext func(ctx context.Context, opts ...grpc.DialOption) *grpc.ClientConn + func GetServiceDesc(alias string, c configs.GrpcConfig) ServiceDesc + type ServiceDescMock struct + func (s *ServiceDescMock) CloseConnection() error + func (s *ServiceDescMock) GetConnection(opts ...grpc.DialOption) *grpc.ClientConn + func (s *ServiceDescMock) GetConnectionWithContext(ctx context.Context, opts ...grpc.DialOption) *grpc.ClientConn