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:
parent
234b3710d4
commit
b8f874a37d
4 changed files with 45 additions and 86 deletions
10
reader/filter/doc.go
Normal file
10
reader/filter/doc.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
// 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 filter applies a set of filters to feed entries.
|
||||
|
||||
*/
|
||||
package filter // import "miniflux.app/reader/filter"
|
Loading…
Add table
Add a link
Reference in a new issue