diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-19 15:52:05 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-19 15:52:05 +0200 |
| commit | f1a265190d8fd862bfff680fd0937a7f99759955 (patch) | |
| tree | 63dadf02f4a173587ef24f215cfb001207c9ecec /types/server.go | |
| parent | e78ab789220eb885985067457e1294488ac09ebc (diff) | |
Discovery + Server: Remove unused 'Raw' strings
Diffstat (limited to 'types/server.go')
| -rw-r--r-- | types/server.go | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
