gomanager/ent/predicate/predicate.go

14 lines
287 B
Go
Raw Normal View History

2023-12-01 23:02:33 +01:00
// 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)