From ebd28431bba335ad4cee71e4f1d6bf616e0fec54 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sat, 16 Nov 2024 13:56:13 -0500 Subject: [PATCH] add question to todo comment --- internal/server/types.go | 1 + 1 file changed, 1 insertion(+) 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"`