Remove database mocks, replace Service interface indirection

This commit is contained in:
David Stotijn
2025-01-04 00:39:40 +01:00
parent d23b4ed024
commit 24c2ecfa4b
11 changed files with 133 additions and 1294 deletions

View File

@ -5,5 +5,4 @@ package tools
import (
_ "github.com/99designs/gqlgen"
_ "github.com/matryer/moq"
)