-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mockery.yaml
More file actions
62 lines (62 loc) · 1.83 KB
/
Copy path.mockery.yaml
File metadata and controls
62 lines (62 loc) · 1.83 KB
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
56
57
58
59
60
61
62
dir: '{{.InterfaceDir}}'
structname: Mock{{.InterfaceName}}
template: testify
template-data:
unroll-variadic: true
filename: "mock_{{.InterfaceName}}.go"
packages:
github.com/aws/aws-sdk-go-v2/service/dynamodb:
interfaces:
QueryAPIClient:
config:
dir: pkg/internal/extmocks
structname: MockDynamoDBQueryClient
filename: mock_DynamoDBQueryClient.go
pkgname: extmocks
github.com/ipfs/go-log/v2:
interfaces:
EventLogger:
config:
dir: pkg/internal/extmocks
pkgname: extmocks
github.com/ipni/go-libipni/find/client:
interfaces:
Finder:
config:
dir: pkg/internal/extmocks
structname: MockIpniFinder
filename: mock_IpniFinder.go
pkgname: extmocks
github.com/fil-forge/indexing-service/pkg/service/blobindexlookup:
interfaces:
BlobIndexLookup: {}
github.com/fil-forge/indexing-service/pkg/service/contentclaims:
config:
structname: MockContentClaims{{.InterfaceName}}
filename: "mock_ContentClaims{{.InterfaceName}}.go"
interfaces:
Finder: {}
Service: {}
github.com/fil-forge/indexing-service/pkg/service/providercacher:
interfaces:
CachingQueue: {}
ProviderCacher: {}
github.com/fil-forge/indexing-service/pkg/service/providerindex:
interfaces:
ProviderIndex: {}
github.com/fil-forge/indexing-service/pkg/types:
interfaces:
ContentClaimsCache: {}
ContentClaimsStore: {}
NoProviderStore: {}
ProviderStore: {}
Service: {}
ValueSetCacheBatcher: {}
github.com/fil-forge/go-ipni-tools/pkg/publisher:
interfaces:
AsyncPublisher:
config:
dir: pkg/internal/extmocks
structname: MockIpniPublisher
pkgname: extmocks
filename: mock_IpniPublisher.go