We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b1dab commit 4a82693Copy full SHA for 4a82693
.mockery.yml
@@ -1,5 +1,9 @@
1
all: false
2
log-level: info
3
+dir: "{{.InterfaceDir}}"
4
+structname: "Mock{{.InterfaceName}}"
5
+filename: "{{.InterfaceFile | replaceAll \".go\" \"_mock.go\"}}"
6
+pkgname: "{{.SrcPackageName}}"
7
packages:
8
github.com/aws/aws-sdk-go/service/s3/s3iface:
9
config:
@@ -8,4 +12,7 @@ packages:
12
structname: "{{.InterfaceName}}"
13
pkgname: "mocks"
10
14
interfaces:
11
- S3API:
15
+ S3API:
16
+ github.com/uber/cadence/common/blobstore:
17
+ interfaces:
18
+ Client:
0 commit comments