更新 middleware

This commit is contained in:
dragon
2026-01-30 11:50:33 +08:00
parent 69540368b4
commit 06704d20f2
6 changed files with 24 additions and 66 deletions

View File

@@ -19,8 +19,8 @@ type FilterContext struct {
*PageContent
*PageVFS
Cache *tools.TTLCache
OrgDB kv.CursorPagedKV
RepoDB kv.CursorPagedKV
OrgDB kv.KV
RepoDB kv.KV
Event subscribe.Subscriber
Kill func()