add cache

This commit is contained in:
GitProtogen
2026-03-16 13:49:11 +01:00
parent 83d2105b4e
commit 66e189d247
3 changed files with 69 additions and 2 deletions
+4 -2
View File
@@ -38,5 +38,7 @@ func ServeConnection(responseWriter http.ResponseWriter, request *http.Request)
}
}
func handleUnauthenticatedMessage() {}
func handleAuthenticatedMessage() {}
func handleUnauthenticatedMessage() {
}
func handleAuthenticatedMessage() {}