diff --git a/filter.go b/filter.go index 337bddb..e4c196a 100644 --- a/filter.go +++ b/filter.go @@ -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