1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Simplify feed entries filtering

- Rename processor package to filter
- Remove boilerplate code
This commit is contained in:
Frédéric Guillot 2018-10-14 22:33:19 -07:00
parent 234b3710d4
commit b8f874a37d
4 changed files with 45 additions and 86 deletions

View file

@ -1,10 +0,0 @@
// Copyright 2018 Frédéric Guillot. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
/*
Package processor handles the logic to manipulate feed contents.
*/
package processor // import "miniflux.app/reader/processor"