Skip to content

Commit

Permalink
feat(core): handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielHAlba committed Jul 14, 2022
1 parent 832bfc1 commit fa7268b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import (
// Handler is a struct that packs all the necessary services for a web handler
type Handler struct {
T agtime.ClockTime
DBSvc *db.Service
CacheSvc *cache.Service
DBSvc db.Service
CacheSvc cache.Service
}

0 comments on commit fa7268b

Please sign in to comment.