Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Logger *zap.Logger
Hostname string
Port int
RdsIam bool
AzureAD bool
Kerberos bool
Username string
Password string
UpstreamType string
UpstreamCAFile string
UpstreamCertFile string
UpstreamKeyFile string
UpstreamCABlock []byte
UpstreamCertBlock []byte
UpstreamKeyBlock []byte
UpstreamTLS bool
AwsRegion string
AwsCredentials *common.AwsCredentials
DialerFunc func(context.Context, string, string) (net.Conn, error)
E2eEncryptionEnabled bool
Socket models.Socket
Border0API border0.Border0API
}
func BuildHandlerConfig ¶
type QueryStats ¶
type QueryStats struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.