Versions in this module Expand all Collapse all v0 v0.0.2 Mar 20, 2022 v0.0.1 Mar 18, 2022 Changes in this version + func FatalIfUnexpected(err error) + func IsClosedConnection(err error) bool + func ListenAndServeGRPC(stopper *stop.Stopper, server *grpc.Server, addr net.Addr) (net.Listener, error) + func SRV(ctx context.Context, name string) ([]string, error) + func TestingOverrideSRVLookupFn(...) func() + type InitialHeartbeatFailedError struct + WrappedErr error + func NewInitialHeartBeatFailedError(cause error) *InitialHeartbeatFailedError + func (e *InitialHeartbeatFailedError) Cause() error + func (e *InitialHeartbeatFailedError) Error() string + func (e *InitialHeartbeatFailedError) Format(s fmt.State, verb rune) + func (e *InitialHeartbeatFailedError) FormatError(p errors.Printer) error + type Server struct + func MakeServer(stopper *stop.Stopper, tlsConfig *tls.Config, handler http.Handler) Server + func (s *Server) ServeWith(ctx context.Context, stopper *stop.Stopper, l net.Listener, ...) error