We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfaf6c commit 1e2bec2Copy full SHA for 1e2bec2
http/config.go
@@ -17,7 +17,7 @@ type httpConfig struct {
17
BatchPublish bool `config:"batch_publish"`
18
BatchSize int `config:"batch_size"`
19
CompressionLevel int `config:"compression_level" validate:"min=0, max=9"`
20
- TLS *tlscommon.TLSConfig `config:"tls"`
+ TLS *tlscommon.Config `config:"tls"`
21
MaxRetries int `config:"max_retries"`
22
Timeout time.Duration `config:"timeout"`
23
Headers map[string]string `config:"headers"`
0 commit comments