Add initial tests for reqlog package

This commit is contained in:
David Stotijn
2022-01-01 16:11:49 +01:00
parent 4e2eaea499
commit b3225bfb99
7 changed files with 959 additions and 26 deletions

View File

@ -20,7 +20,7 @@ import (
type Resolver struct {
RequestLogService *reqlog.Service
ProjectService *proj.Service
ProjectService proj.Service
ScopeService *scope.Scope
}