summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-20 13:02:00 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit4a56922cd22f9297bc54443717e9d9542cea2edc (patch)
tree920940fdb73ffe1eb7cf4afa7e9165014eb0d1fc
parent5d67ddd178649b2b7c59f738289c05c836366dba (diff)
Server: Add a TODO note for custom server types
-rw-r--r--internal/server/servers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/server/servers.go b/internal/server/servers.go
index 0fa8187..9a9e413 100644
--- a/internal/server/servers.go
+++ b/internal/server/servers.go
@@ -5,6 +5,7 @@ import (
"github.com/go-errors/errors"
)
+// TODO: Have a dedicated type for custom servers
type Servers struct {
// A custom server is just an institute access server under the hood
CustomServers InstituteAccessServers `json:"custom_servers"`