Add general queue

This commit is contained in:
Achim Rohn
2025-11-16 19:09:01 +01:00
parent ed7ee7e95c
commit bcc5c7493d
60 changed files with 5657 additions and 8506 deletions
+13
View File
@@ -0,0 +1,13 @@
// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// 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)