[chore/backend] remove mocks
This commit is contained in:
parent
be8bf22017
commit
e86d8c1576
3 changed files with 0 additions and 7 deletions
|
@ -1,3 +0,0 @@
|
|||
package mock
|
||||
|
||||
//go:generate mockgen -source=../service.go -destination=mock_service.go -package=mock
|
|
@ -1,7 +1,5 @@
|
|||
package service
|
||||
|
||||
//go:generate mockgen -source=service.go -destination=mock/mock_service.go -package=mock
|
||||
|
||||
import (
|
||||
"context"
|
||||
"io"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue