fix: some api bug
This commit is contained in:
@@ -6,5 +6,11 @@ import (
|
||||
"entgo.io/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// UserFollows is the predicate function for userfollows builders.
|
||||
type UserFollows func(*sql.Selector)
|
||||
|
||||
// UserPreferences is the predicate function for userpreferences builders.
|
||||
type UserPreferences func(*sql.Selector)
|
||||
|
||||
// Users is the predicate function for users builders.
|
||||
type Users func(*sql.Selector)
|
||||
|
||||
Reference in New Issue
Block a user