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

@ -32,7 +32,7 @@ type Header struct {
Value *regexp.Regexp
}
func New(repo Repository, projService *proj.Service) *Scope {
func New(repo Repository, projService proj.Service) *Scope {
s := &Scope{
repo: repo,
}