From ef7f44e4bb7713b18e6c0ab1b6e3510075b6623b Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 22 May 2024 14:32:38 +0200 Subject: Discovery: return country_code to the client --- internal/discovery/discovery.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/discovery/discovery.go') diff --git a/internal/discovery/discovery.go b/internal/discovery/discovery.go index fee4e9c..783febf 100644 --- a/internal/discovery/discovery.go +++ b/internal/discovery/discovery.go @@ -73,8 +73,6 @@ type Server struct { discotypes.Server // AuthenticationURLTemplate is the template to be used for authentication to skip WAYF AuthenticationURLTemplate string `json:"authentication_url_template,omitempty"` - // CountryCode is the country code for the server in case of secure internet, e.g. NL - CountryCode string `json:"country_code,omitempty"` // KeywordList are the keywords of the server, omitted if empty KeywordList discotypes.MapOrString `json:"keyword_list,omitempty"` // PublicKeyList are the public keys of the server. Currently not used in this lib but returned by the upstream discovery server -- cgit v1.2.3