feat(store): integrate postgres with ent for domain management

This commit is contained in:
dalbodeule
2025-11-26 18:59:18 +09:00
parent 1d6888a45b
commit df1b4758da
24 changed files with 4399 additions and 3 deletions

10
ent/runtime/runtime.go Normal file
View File

@@ -0,0 +1,10 @@
// Code generated by ent, DO NOT EDIT.
package runtime
// The schema-stitching logic is generated in github.com/dalbodeule/hop-gate/ent/runtime.go
const (
Version = "v0.14.5" // Version of ent codegen.
Sum = "h1:Rj2WOYJtCkWyFo6a+5wB3EfBRP0rnx1fMk6gGA0UUe4=" // Sum of ent codegen.
)