1
0
api/ent/predicate/predicate.go

26 lines
590 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)
2023-04-05 06:05:14 +00:00
// Ma is the predicate function for ma builders.
type Ma func(*sql.Selector)
2024-04-10 21:11:26 +00:00
// Sev is the predicate function for sev builders.
type Sev func(*sql.Selector)
2023-04-05 06:05:14 +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)