From f1a265190d8fd862bfff680fd0937a7f99759955 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 19 Oct 2022 15:52:05 +0200 Subject: Discovery + Server: Remove unused 'Raw' strings --- types/server.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'types') diff --git a/types/server.go b/types/server.go index 48f94fb..e149b16 100644 --- a/types/server.go +++ b/types/server.go @@ -13,7 +13,6 @@ type DiscoveryOrganizations struct { Version uint64 `json:"v"` List []DiscoveryOrganization `json:"organization_list"` Timestamp time.Time `json:"go_timestamp"` - RawString string `json:"go_raw_string"` } type DiscoveryOrganization struct { @@ -29,7 +28,6 @@ type DiscoveryServers struct { Version uint64 `json:"v"` List []DiscoveryServer `json:"server_list"` Timestamp time.Time `json:"go_timestamp"` - RawString string `json:"go_raw_string"` } type DiscoMapOrString map[string]string -- cgit v1.2.3