consul: Add near parameter to ServiceOptions

See https://www.consul.io/api/health.html#near-1
This commit is contained in:
Fabian Frank 2018-10-25 20:47:17 -07:00 committed by GitHub
parent 34eef1c816
commit 48b3105d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -625,6 +625,7 @@ declare namespace Consul {
dc?: string;
tag?: string;
passing?: boolean;
near?: string;
}
interface StateOptions extends CommonOptions {