diff --git a/internal/server/types.go b/internal/server/types.go index 9995d85..b7ca391 100644 --- a/internal/server/types.go +++ b/internal/server/types.go @@ -5,6 +5,7 @@ import ( ) // TODO: Reorder types +// What is the criteria of the ordering? - Juan type DatabaseInfo struct { Connected bool `json:"connected"`