14 lines
287 B
Go
14 lines
287 B
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// Logentry is the predicate function for logentry builders.
|
|
type Logentry func(*sql.Selector)
|
|
|
|
// Project is the predicate function for project builders.
|
|
type Project func(*sql.Selector)
|