summaryrefslogtreecommitdiff
path: root/internal/discovery/discovery.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-05-22 14:32:38 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-05-29 14:36:10 +0200
commitef7f44e4bb7713b18e6c0ab1b6e3510075b6623b (patch)
treeb44d871f0bc6b128fcda037c43318f20424ee891 /internal/discovery/discovery.go
parentc5c8bcfc53dd4d80133b39c3b130c6600e9cec99 (diff)
Discovery: return country_code to the client
Diffstat (limited to 'internal/discovery/discovery.go')
-rw-r--r--internal/discovery/discovery.go2
1 files changed, 0 insertions, 2 deletions
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