refactor: split main.go into packages (internal/api, internal/fission, internal/runtime, cmd/server)

This commit is contained in:
Naeel
2026-04-25 23:53:20 +03:00
parent 1f4de2ec15
commit 60646af0c8
20 changed files with 2799 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
// Package api содержит HTTP сервер, роутинг, handlers и middleware.
package api