Versions in this module Expand all Collapse all v0 v0.0.0 Jul 11, 2020 Changes in this version + func IsConnectionServing(ctx context.Context, service string, conn *grpc.ClientConn) bool + func NewConnection(ctx context.Context, host string, port int, cfg ConnectionConfig, ...) *grpc.ClientConn + func NewServer(cfg ServerConfig, logger *log.Logger, ...) *grpc.Server + type ConnectionConfig struct + ConnTime time.Duration + ConnTimeout time.Duration + type ServerConfig struct + ServerMinTime time.Duration + ServerTime time.Duration + ServerTimeout time.Duration