http connector first impl

This commit is contained in:
Ilia Denisov
2026-03-12 23:45:06 +02:00
committed by GitHub
parent f985370089
commit 9adadc3bbf
13 changed files with 962 additions and 41 deletions
+2
View File
@@ -6,6 +6,7 @@ use (
./loader
./pkg/error
./pkg/model
./pkg/storage
./pkg/util
./server
)
@@ -13,5 +14,6 @@ use (
replace (
galaxy/error v0.0.0 => ./pkg/error
galaxy/model v0.0.0 => ./pkg/model
galaxy/storage v0.0.0 => ./pkg/storage
galaxy/util v0.0.0 => ./pkg/util
)