Первый прототип с основными возможностями
This commit is contained in:
13
ent/predicate/predicate.go
Normal file
13
ent/predicate/predicate.go
Normal file
@@ -0,0 +1,13 @@
|
||||
// Code generated by ent, DO NOT EDIT.
|
||||
|
||||
package predicate
|
||||
|
||||
import (
|
||||
"entgo.io/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// Link is the predicate function for link builders.
|
||||
type Link func(*sql.Selector)
|
||||
|
||||
// User is the predicate function for user builders.
|
||||
type User func(*sql.Selector)
|
||||
Reference in New Issue
Block a user