feat(fs): fs change event notification via SSE / show panic stack trace in task queue

This commit is contained in:
Aaron Liu
2025-12-13 14:46:25 +08:00
parent 05c68b4062
commit c01b748dfc
44 changed files with 5160 additions and 22 deletions

View File

@@ -18,6 +18,9 @@ type Entity func(*sql.Selector)
// File is the predicate function for file builders.
type File func(*sql.Selector)
// FsEvent is the predicate function for fsevent builders.
type FsEvent func(*sql.Selector)
// Group is the predicate function for group builders.
type Group func(*sql.Selector)