Provide IPTV channel addresses and EPG information for the programs.
Go to file
Senis 86c44e913b
Refactor EPG filtering and time parsing functions
This commit includes the refactoring of EPG filtering function inside the EPG struct instead of being stand-alone. It also changes the time parsing to use a centralized function from the newly introduced infra package. The transformation optimizes code maintenance and usage by localizing related functions and promoting code reusability.
2024-01-06 22:16:20 +08:00
app/handler Initial commit 2024-01-05 08:47:10 +08:00
common Refactor EPG filtering and time parsing functions 2024-01-06 22:16:20 +08:00
config Update EPG model and parsing mechanisms 2024-01-05 23:25:33 +08:00
controller Update EPG model and parsing mechanisms 2024-01-05 23:25:33 +08:00
infra Refactor EPG filtering and time parsing functions 2024-01-06 22:16:20 +08:00
.gitignore Initial commit 2024-01-05 08:47:10 +08:00
config.example.yaml Initial commit 2024-01-05 08:47:10 +08:00
Dockerfile Update EPG model and parsing mechanisms 2024-01-05 23:25:33 +08:00
go.mod Update EPG model and parsing mechanisms 2024-01-05 23:25:33 +08:00
go.sum Update EPG model and parsing mechanisms 2024-01-05 23:25:33 +08:00
main.go Initial commit 2024-01-05 08:47:10 +08:00