chore(resolver): export structs instead of interfaces

This commit is contained in:
Quentin McGaw
2022-06-09 03:10:56 +00:00
parent 415cb7a945
commit 899f10c35e
37 changed files with 114 additions and 130 deletions

View File

@@ -1,5 +1,5 @@
package common
// Exceptionally, the storage mock is exported since it is used by all
// Exceptionally, these mocks are exported since they are used by all
// provider subpackages tests, and it reduces test code duplication a lot.
//go:generate mockgen -destination=mocks.go -package $GOPACKAGE . Storage
//go:generate mockgen -destination=mocks.go -package $GOPACKAGE . ParallelResolver,Storage