-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mockery.yaml
55 lines (55 loc) · 1.64 KB
/
.mockery.yaml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
issue-845-fix: True
resolve-type-alias: False
with-expecter: True
inpackage: True
filename: "mock_{{.InterfaceName}}.go"
dir: "{{.InterfaceDir}}"
mockname: "Mock{{.InterfaceName}}"
packages:
github.com/storacha/indexing-service/pkg/service/blobindexlookup:
interfaces:
BlobIndexLookup:
github.com/storacha/indexing-service/pkg/service/contentclaims:
config:
filename: "mock_ContentClaims{{.InterfaceName}}.go"
mockname: "MockContentClaims{{.InterfaceName}}"
interfaces:
Finder:
Service:
github.com/storacha/indexing-service/pkg/service/providerindex:
interfaces:
ContentToClaimsMapper:
LegacyClaimsFinder:
ProviderIndex:
github.com/storacha/indexing-service/pkg/types:
interfaces:
ContentClaimsCache:
ContentClaimsStore:
ProviderStore:
github.com/aws/aws-sdk-go-v2/service/dynamodb:
interfaces:
QueryAPIClient:
config:
inpackage: False
dir: "pkg/internal/testutil/extmocks"
outpkg: "extmocks"
filename: mock_DynamoDBQueryClient.go
mockname: MockDynamoDBQueryClient
github.com/ipni/go-libipni/find/client:
interfaces:
Finder:
config:
inpackage: False
dir: "pkg/internal/testutil/extmocks"
outpkg: "extmocks"
filename: mock_IpniFinder.go
mockname: MockIpniFinder
github.com/storacha/ipni-publisher/pkg/publisher:
interfaces:
Publisher:
config:
inpackage: False
dir: "pkg/internal/testutil/extmocks"
outpkg: "extmocks"
filename: mock_IpniPublisher.go
mockname: MockIpniPublisher