feat: improvements in structures

This commit is contained in:
Elton Minetto
2020-10-01 08:30:36 -03:00
parent 7560bd19a3
commit c008dbab29
18 changed files with 554 additions and 81 deletions
+1 -2
View File
@@ -5,10 +5,9 @@
package mock
import (
reflect "reflect"
entity "github.com/eminetto/clean-architecture-go-v2/domain/entity"
gomock "github.com/golang/mock/gomock"
reflect "reflect"
)
// MockUseCase is a mock of UseCase interface