storage test fixes

This commit is contained in:
nkanaev
2026-06-18 12:07:52 +01:00
parent 5110fbd596
commit 4dc266d3d3
5 changed files with 84 additions and 2 deletions

View File

@@ -90,6 +90,12 @@ type ItemFilter struct {
Before *time.Time
}
type UpdateItemParams struct {
Title *string
Status *ItemStatus
LastArrived *time.Time
}
type MarkFilter struct {
FolderID *int64
FeedID *int64