rag/ent/predicate/predicate.go

11 lines
191 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"
)
// Library is the predicate function for library builders.
type Library func(*sql.Selector)