summaryrefslogtreecommitdiff
path: root/internal/server/common.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 /internal/server/common.go
parente78ab789220eb885985067457e1294488ac09ebc (diff)
Discovery + Server: Remove unused 'Raw' strings
Diffstat (limited to 'internal/server/common.go')
-rw-r--r--internal/server/common.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/server/common.go b/internal/server/common.go
index 37f9bf2..bf72bc6 100644
--- a/internal/server/common.go
+++ b/internal/server/common.go
@@ -17,7 +17,6 @@ type ServerBase struct {
SupportContact []string `json:"support_contact"`
Endpoints ServerEndpoints `json:"endpoints"`
Profiles ServerProfileInfo `json:"profiles"`
- ProfilesRaw string `json:"profiles_raw"`
StartTime time.Time `json:"start_time"`
EndTime time.Time `json:"expire_time"`
Type string `json:"server_type"`