1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-30 19:22:11 +00:00
miniflux-v2/internal/config
Frédéric Guillot 5e607be86a
refactor(config): rewrite config parser
This PR refactors the configuration parser, replacing the old parser implementation with a new, more structured approach that includes validation and improved organization.

Key changes:
- Complete rewrite of the configuration parser using a map-based structure with built-in validation
- Addition of comprehensive validator functions for configuration values
- Renamed numerous configuration getter methods for better consistency
2025-09-14 10:51:04 -07:00
..
config.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
options.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
options_parsing_test.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
parser.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
parser_test.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
validators.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
validators_test.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00