Versions in this module Expand all Collapse all v1 v1.4.10 Dec 9, 2020 Changes in this version + type Client struct + TLSCertHash []byte + func NewClient(conf Config) (*Client, error) + func (c *Client) NewDialer(endpoint string) func() (*grpc.ClientConn, error) + type Config struct + CertPath string + KeyPath string + PeerCACertPath string + Timeout time.Duration + func (conf Config) ToSecureOptions(newSelfSignedTLSCert genTLSCertFunc) (*comm.SecureOptions, error)