mirror of
https://github.com/mmahdium/TGSS.git
synced 2026-08-14 17:52:49 +03:30
feat: implement image HMAC generator and integrate into image handling and RSS generation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user