added prometheus metrics
All checks were successful
/ Make image (push) Successful in 1m18s

This commit is contained in:
nquidox 2026-02-16 20:09:22 +03:00
parent 88b1e03d00
commit 35944371f7
3 changed files with 8 additions and 0 deletions

View file

@ -8,4 +8,5 @@ type Router interface {
Set() *gin.Engine
AuthMW() gin.HandlerFunc
RefreshMW() gin.HandlerFunc
EnableMetrics()
}