1
0
api/ent/predicate/predicate.go

17 lines
353 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)
// User is the predicate function for user builders.
type User func(*sql.Selector)