forked from zilliztech/milvus-backup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mockery.yaml
More file actions
31 lines (26 loc) · 746 Bytes
/
Copy path.mockery.yaml
File metadata and controls
31 lines (26 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
template: testify
filename: "{{.InterfaceName | camelcase | firstLower }}_mock.go"
packages:
github.com/milvus-io/milvus-proto/go-api/v2/milvuspb:
config:
include-auto-generated: true
dir: internal/client/milvus
pkgname: milvus
interfaces:
MilvusServiceClient:
github.com/zilliztech/milvus-backup/internal/taskmgr:
interfaces:
RestoreCollTaskView:
RestoreTaskView:
BackupCollTaskView:
BackupTaskView:
github.com/zilliztech/milvus-backup/internal/client/milvus:
interfaces:
Grpc:
Manage:
github.com/zilliztech/milvus-backup/internal/storage:
interfaces:
Client:
github.com/zilliztech/milvus-backup/core/restore:
interfaces:
CollMapper: