From 4bf1273c3f446ac3195fb700ec41c7cae7d20ac9 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 16 Sep 2022 10:46:28 +0200 Subject: Discovery: Expose c types --- internal/types/server.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/types') 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"` -- cgit v1.2.3