mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
chore(resolver): export structs instead of interfaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user