summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
Diffstat (limited to 'types')
-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