summaryrefslogtreecommitdiff
path: root/types/server.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-10-19 15:52:05 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-10-19 15:52:05 +0200
commitf1a265190d8fd862bfff680fd0937a7f99759955 (patch)
tree63dadf02f4a173587ef24f215cfb001207c9ecec /types/server.go
parente78ab789220eb885985067457e1294488ac09ebc (diff)
Discovery + Server: Remove unused 'Raw' strings
Diffstat (limited to 'types/server.go')
-rw-r--r--types/server.go2
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