Skip to content

Commit fa7268b

Browse files
committed
feat(core): handlers
1 parent 832bfc1 commit fa7268b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/handler.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import (
99
// Handler is a struct that packs all the necessary services for a web handler
1010
type Handler struct {
1111
T agtime.ClockTime
12-
DBSvc *db.Service
13-
CacheSvc *cache.Service
12+
DBSvc db.Service
13+
CacheSvc cache.Service
1414
}

0 commit comments

Comments
 (0)