From 78b62ca4061a2b2895d562f80483516ce78dfd26 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 8 Mar 2017 09:37:22 -0800 Subject: [PATCH] Adds an area request type. --- consul/structs/structs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/consul/structs/structs.go b/consul/structs/structs.go index 353689d1a9..2c12f09f5b 100644 --- a/consul/structs/structs.go +++ b/consul/structs/structs.go @@ -41,6 +41,7 @@ const ( PreparedQueryRequestType TxnRequestType AutopilotRequestType + AreaRequestType ) const (