List deprecation version for consul datacentre

This commit is contained in:
Daniel Nelson
2019-01-23 14:12:19 -08:00
parent f739ce2a35
commit 17460be771

View File

@@ -16,7 +16,7 @@ type Consul struct {
Token string
Username string
Password string
Datacentre string
Datacentre string // deprecated in 1.10; use Datacenter
Datacenter string
tls.ClientConfig
TagDelimiter string