Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Kind string `yaml:"kind"` URI string `yaml:"uri"` PoolSize int `yaml:"poolSize"` TLSConfig *tls.Config `json:"-"` SSLEnabled bool `yaml:"sslEnabled" json:"-"` Timeout time.Duration `yaml:"timeout"` // Logger logger for adapter, by default use openlog.GetLogger() Logger openlog.Logger `json:"-"` }
Click to show internal directories.
Click to hide internal directories.