summaryrefslogtreecommitdiff
path: root/internal/types/server.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-16 10:46:28 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-16 10:46:28 +0200
commit4bf1273c3f446ac3195fb700ec41c7cae7d20ac9 (patch)
treecec8d9e405b7d6786023ca9b921a6f0473d28a71 /internal/types/server.go
parent02db081c85e56e6472c2f39e6a623fa4cdf359c4 (diff)
Discovery: Expose c types
Diffstat (limited to 'internal/types/server.go')
-rw-r--r--internal/types/server.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/types/server.go b/internal/types/server.go
index 33a6e9c..48f94fb 100644
--- a/internal/types/server.go
+++ b/internal/types/server.go
@@ -62,6 +62,7 @@ type DiscoveryServer struct {
BaseURL string `json:"base_url"`
CountryCode string `json:"country_code"`
DisplayName DiscoMapOrString `json:"display_name,omitempty"`
+ KeywordList DiscoMapOrString `json:"keyword_list"`
PublicKeyList []string `json:"public_key_list"`
Type string `json:"server_type"`
SupportContact []string `json:"support_contact"`