Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(cfg *ClientConfig) (*Client, error)
type ClientConfig ¶
type ClientConfig struct { Endpoints []string ConnectionTimeout time.Duration AuthHeader string GzipCompressionLevel string TLS *ClientTLSConfig KeepAlive *ClientKeepAliveConfig }
type ClientKeepAliveConfig ¶
type ClientTLSConfig ¶
Click to show internal directories.
Click to hide internal directories.