Versions in this module Expand all Collapse all v0 v0.7.1 Jul 25, 2023 v0.7.0 Jul 20, 2023 Changes in this version + type Connection interface + Create func(host string) (*grpc.ClientConn, error) + func New(l log.Logger, cfg *config.ClientConfig) Connection + type Insecure struct + func NewInsecure(l log.Logger) *Insecure + func (*Insecure) Create(host string) (*grpc.ClientConn, error) + type Secure struct + func NewSecure(l log.Logger, cfg *config.ClientConfig) *Secure + func (s *Secure) Create(host string) (*grpc.ClientConn, error)