Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection interface {
Create(host string) (*grpc.ClientConn, error)
}
func New ¶
func New(l log.Logger, cfg *config.ClientConfig) Connection
type Insecure ¶
type Insecure struct {
// contains filtered or unexported fields
}
func NewInsecure ¶
Click to show internal directories.
Click to hide internal directories.