1
0
api/ent/predicate/predicate.go

20 lines
431 B
Go
Raw Normal View History

2022-08-31 07:49:08 +00:00
// Code generated by ent, DO NOT EDIT.
2022-08-31 06:18:14 +00:00
package predicate
import (
"entgo.io/ent/dialect/sql"
)
2022-08-31 07:49:08 +00:00
// Card is the predicate function for card builders.
type Card func(*sql.Selector)
// Group is the predicate function for group builders.
type Group func(*sql.Selector)
2024-02-03 06:48:28 +00:00
// Ue is the predicate function for ue builders.
type Ue func(*sql.Selector)
2022-08-31 07:49:08 +00:00
// User is the predicate function for user builders.
type User func(*sql.Selector)