11 lines
191 B
Go
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)
|