This commit is contained in:
2023-12-01 23:02:33 +01:00
commit 7634b181de
48 changed files with 8610 additions and 0 deletions

View File

@ -0,0 +1,13 @@
// 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)