chore: proj struct and swagger docs for backend
ci-agent / build (push) Failing after 28s

This commit is contained in:
d3m0k1d
2026-04-03 21:04:49 +03:00
parent 8913353e64
commit 3293915062
9 changed files with 105 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
package config
+4
View File
@@ -0,0 +1,4 @@
package config
type Config struct {
}
+1
View File
@@ -0,0 +1 @@
package handlers
+1
View File
@@ -0,0 +1 @@
package storage