add limit field to filter.

This commit is contained in:
fiatjaf
2022-07-24 19:53:10 -03:00
parent 66aa4e9de2
commit 2f84ddf5f5

View File

@@ -10,9 +10,10 @@ type Filter struct {
IDs StringList
Kinds IntList
Authors StringList
Tags TagMap
Since *time.Time
Until *time.Time
Tags TagMap
Limit int
}
type TagMap map[string]StringList