[chore/backend] remove mocks

This commit is contained in:
CDN 2025-02-22 02:46:40 +08:00
parent be8bf22017
commit e86d8c1576
Signed by: CDN
GPG key ID: 0C656827F9F80080
3 changed files with 0 additions and 7 deletions

View file

@ -1,3 +0,0 @@
package mock
//go:generate mockgen -source=../service.go -destination=mock_service.go -package=mock

View file

@ -1,7 +1,5 @@
package service
//go:generate mockgen -source=service.go -destination=mock/mock_service.go -package=mock
import (
"context"
"io"