rag/ent/predicate/predicate.go
2024-07-14 23:58:32 +08:00

11 lines
191 B
Go

// 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)