1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-26 18:21:01 +00:00
miniflux-v2/internal/reader/rss
gudvinr ed3bf59356 refactor(reader): use time.Duration instead of minutes count
In general, duration is used as time unit representation.

At some places when int is returned, there's no documentation which unit is used.

So just convert to time.Duration ASAP.
2025-08-20 19:45:24 -07:00
..
adapter.go refactor(reader): use time.Duration instead of minutes count 2025-08-20 19:45:24 -07:00
atom.go refactor: unexport symbols 2025-08-07 17:27:04 -07:00
feedburner.go refactor: unexport symbols 2025-08-07 17:27:04 -07:00
parser.go refactor: unexport symbols 2025-08-07 17:27:04 -07:00
parser_test.go refactor(reader): use time.Duration instead of minutes count 2025-08-20 19:45:24 -07:00
podcast.go refactor: unexport symbols 2025-08-07 17:27:04 -07:00
rss.go refactor: unexport symbols 2025-08-07 17:27:04 -07:00