Files
2025-11-16 19:54:42 +01:00

17 lines
416 B
Go

// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// Event is the predicate function for event builders.
type Event func(*sql.Selector)
// GeneralQueue is the predicate function for generalqueue builders.
type GeneralQueue func(*sql.Selector)
// GeneralQueueState is the predicate function for generalqueuestate builders.
type GeneralQueueState func(*sql.Selector)