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/fetcher
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
..
encoding_wrappers.go reader/fetcher: add brotli content encoding support 2024-04-19 10:50:46 -07:00
request_builder.go fix(mediaproxy): always forward the browser Accept header 2025-08-18 18:08:21 -07:00
request_builder_test.go test(fetcher): add unit tests for RequestBuilder 2025-08-18 19:38:14 -07:00
response_handler.go refactor(reader): use time.Duration instead of minutes count 2025-08-20 19:45:24 -07:00
response_handler_test.go refactor(reader): use time.Duration instead of minutes count 2025-08-20 19:45:24 -07:00