mirror of
https://github.com/nkanaev/yarr.git
synced 2026-06-28 19:15:16 +00:00
storage test fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user