Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientConfig ¶
type ClientConfig struct { // ServerAddr is the address of the reporting gRPC server ServerAddr string // ServerName is the SNI server name ServerName string // Certificate is the client certificate to authenticate with Certificate tls.Certificate // Insecure is whether the client should skip server cert verification Insecure bool }
ClientConfig defines the reporting client config
Click to show internal directories.
Click to hide internal directories.