Versions in this module Expand all Collapse all v1 v1.0.0 Sep 20, 2023 Changes in this version + func Connect(creds credentials.TransportCredentials, dialAddress string) (*grpc.ClientConn, error) + func ErrIs(err, target error) bool + func IsEndOfStream(err error) bool + func IsRetryLater(err error) bool + func NewServer(rateLimit uint32, creds credentials.TransportCredentials) *grpc.Server + func TLS(tlsCACert, tlsCertFile, tlsKeyFile string) (credentials.TransportCredentials, error)