From fb3d2be6b6a3ebd3e21c24670fa96983d08341c7 Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Tue, 17 Nov 2015 13:38:41 -0800 Subject: [PATCH] Added the protocol field for check --- nomad/structs/structs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index 6e851b3a3..d2a2660d1 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -1010,6 +1010,7 @@ type ServiceCheck struct { Type string Script string Http string + Protocol string Interval time.Duration Timeout time.Duration }