zkt24/z2/backend/ent/predicate/predicate.go

23 lines
578 B
Go
Raw Normal View History

2024-04-25 11:51:47 +00:00
// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// Blocks is the predicate function for blocks builders.
type Blocks func(*sql.Selector)
// Key is the predicate function for key builders.
type Key func(*sql.Selector)
// Transactions is the predicate function for transactions builders.
type Transactions func(*sql.Selector)
// Validators is the predicate function for validators builders.
type Validators func(*sql.Selector)
// WhiteList is the predicate function for whitelist builders.
type WhiteList func(*sql.Selector)