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 d4519cb commit 4596db2Copy full SHA for 4596db2
1 file changed
connector.go
@@ -447,6 +447,7 @@ type Config struct {
447
// awkward to use.
448
set []string `env:"set"`
449
450
+ // Only used in newConfig() and tests; joined in the Multi field at the end.
451
multiHost []string
452
multiHostaddr []netip.Addr
453
multiPort []uint16
0 commit comments