Handlers, DB, Cache

This commit is contained in:
2026-03-10 19:17:43 +03:00
parent e56b1f1305
commit 968c030939
23 changed files with 566 additions and 34 deletions

View File

@@ -1,7 +1,8 @@
package config
type Database struct {
Type string
Connection string
LogLevel string
Type string
Connection string
LogLevel string
TraceRequests bool
}