feat: implement image HMAC generator and integrate into image handling and RSS generation

This commit is contained in:
2026-03-13 23:34:59 +03:30
parent e210acb810
commit 940cfa8626
9 changed files with 131 additions and 24 deletions
+2
View File
@@ -7,6 +7,7 @@ import (
"tgss/internal/rss"
"tgss/internal/server"
"tgss/internal/telegram"
"tgss/internal/utils"
"go.uber.org/fx"
)
@@ -18,6 +19,7 @@ func main() {
config.Load,
server.NewGin,
server.NewRateLimiter,
utils.NewImageHMACGenerator,
handlers.NewChannelHandler,
handlers.NewAuthHandler,