Skip to content

Commit

Permalink
remove rate limiters from core server interface (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancwu authored Dec 16, 2024
2 parents fb15d0b + 41320e2 commit aa51336
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/internal/interfaces/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"github.com/labstack/echo/v4"

"KonferCA/SPUR/db"
"KonferCA/SPUR/internal/middleware"
"KonferCA/SPUR/storage"
)

Expand All @@ -31,7 +30,5 @@ type CoreServer interface {
GetDB() *pgxpool.Pool
GetQueries() *db.Queries
GetStorage() *storage.Storage
GetAuthLimiter() *middleware.RateLimiter
GetAPILimiter() *middleware.RateLimiter
GetEcho() *echo.Echo
}

0 comments on commit aa51336

Please sign in to comment.