1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-26 18:21:01 +00:00
miniflux-v2/internal/config
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
..
config_test.go refactor(reader): use time.Duration instead of minutes count 2025-08-20 19:45:24 -07:00
options.go refactor(reader): use time.Duration instead of minutes count 2025-08-20 19:45:24 -07:00
parser.go refactor(reader): use time.Duration instead of minutes count 2025-08-20 19:45:24 -07:00
parser_test.go feat: Allow multiple listen addresses 2025-06-20 12:46:34 -07:00