From bd7c853bdc2c02691fafc469d7e7a9925bfd2fab Mon Sep 17 00:00:00 2001 From: crusader Date: Thu, 13 Sep 2018 19:12:29 +0900 Subject: [PATCH] ing --- discovery/Service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/discovery/Service.go b/discovery/Service.go index a92d0d9..5742013 100644 --- a/discovery/Service.go +++ b/discovery/Service.go @@ -6,6 +6,7 @@ import ( ) const ( + UnknownServiceKey = "UNKNOWN" DefaultServiceVendor = "UNKNOWN" DefaultServiceVersion = "UNKNOWN" )