Provide IPTV channel addresses and EPG information for the programs.
Go to file
Senis 9b243c5dde
Refactor 'handler' to 'server' and enhance version log
Renamed 'handler' package to 'server' to better reflect its role. Improved version logging by changing it to a string return function, enabling more flexible use of version information. Added version details to the start of the Controller's Start() method.
2024-01-08 20:41:58 +08:00
app/server Refactor 'handler' to 'server' and enhance version log 2024-01-08 20:41:58 +08:00
common Update EPG filtering and improve time parsing 2024-01-07 19:28:07 +08:00
config Refactor 'handler' to 'server' and enhance version log 2024-01-08 20:41:58 +08:00
controller Refactor 'handler' to 'server' and enhance version log 2024-01-08 20:41:58 +08:00
infra Update EPG filtering and improve time parsing 2024-01-07 19:28:07 +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 filtering and improve time parsing 2024-01-07 19:28:07 +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