rag/ent/predicate/predicate.go

17 lines
398 B
Go
Raw Normal View History

2024-07-14 15:58:32 +00:00
// 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)
2024-07-14 15:58:32 +00:00
// Library is the predicate function for library builders.
type Library func(*sql.Selector)