List deprecation version for consul datacentre
This commit is contained in:
parent
f739ce2a35
commit
17460be771
|
@ -16,7 +16,7 @@ type Consul struct {
|
||||||
Token string
|
Token string
|
||||||
Username string
|
Username string
|
||||||
Password string
|
Password string
|
||||||
Datacentre string
|
Datacentre string // deprecated in 1.10; use Datacenter
|
||||||
Datacenter string
|
Datacenter string
|
||||||
tls.ClientConfig
|
tls.ClientConfig
|
||||||
TagDelimiter string
|
TagDelimiter string
|
||||||
|
|
Loading…
Reference in New Issue