rag/ent/predicate/predicate.go
2024-07-20 23:19:25 +08:00

17 lines
398 B
Go

// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// 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)
// Library is the predicate function for library builders.
type Library func(*sql.Selector)