init: Initial commit

This commit is contained in:
Björn Benouarets
2026-01-20 06:53:05 +01:00
commit fc8238759a
31 changed files with 1384 additions and 0 deletions

3
app/utils/http.go Normal file
View File

@@ -0,0 +1,3 @@
package utils
type HTTPBody map[string]interface{}