mirror of
https://github.com/dalbodeule/hop-gate.git
synced 2025-12-09 05:15:44 +09:00
feat(store): integrate postgres with ent for domain management
This commit is contained in:
10
ent/predicate/predicate.go
Normal file
10
ent/predicate/predicate.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// Code generated by ent, DO NOT EDIT.
|
||||
|
||||
package predicate
|
||||
|
||||
import (
|
||||
"entgo.io/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// Domain is the predicate function for domain builders.
|
||||
type Domain func(*sql.Selector)
|
||||
Reference in New Issue
Block a user