[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
|
package service
|
||||||
|
|
||||||
//go:generate mockgen -source=service.go -destination=mock/mock_service.go -package=mock
|
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"io"
|
"io"
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
package storage
|
package storage
|
||||||
|
|
||||||
//go:generate mockgen -source=storage.go -destination=mock/mock_storage.go -package=mock
|
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"io"
|
"io"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue