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
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 1 additions and 1 deletions

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