26 lines
590 B
Go
26 lines
590 B
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// 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)
|
|
|
|
// Ma is the predicate function for ma builders.
|
|
type Ma func(*sql.Selector)
|
|
|
|
// Sev is the predicate function for sev builders.
|
|
type Sev func(*sql.Selector)
|
|
|
|
// Ue is the predicate function for ue builders.
|
|
type Ue func(*sql.Selector)
|
|
|
|
// User is the predicate function for user builders.
|
|
type User func(*sql.Selector)
|