2024-07-14 15:58:32 +00:00
|
|
|
// Code generated by ent, DO NOT EDIT.
|
|
|
|
|
|
|
|
package predicate
|
|
|
|
|
|
|
|
import (
|
|
|
|
"entgo.io/ent/dialect/sql"
|
|
|
|
)
|
|
|
|
|
2024-07-20 15:19:25 +00:00
|
|
|
// Document is the predicate function for document builders.
|
|
|
|
type Document func(*sql.Selector)
|
|
|
|
|
|
|
|
// DocumentBlock is the predicate function for documentblock builders.
|
|
|
|
type DocumentBlock func(*sql.Selector)
|
|
|
|
|
2024-07-14 15:58:32 +00:00
|
|
|
// Library is the predicate function for library builders.
|
|
|
|
type Library func(*sql.Selector)
|