From ad40e1a0a6edcdf7fa2bb884a9d4907f8300f9bc Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Fri, 11 Sep 2015 15:19:43 -0700 Subject: [PATCH] api: fix status type --- api/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/agent.go b/api/agent.go index ae2eb1a61..3cf5b90cc 100644 --- a/api/agent.go +++ b/api/agent.go @@ -147,7 +147,7 @@ type AgentMember struct { Addr string Port uint16 Tags map[string]string - Status int + Status string ProtocolMin uint8 ProtocolMax uint8 ProtocolCur uint8