-
Notifications
You must be signed in to change notification settings - Fork 2
/
.mockery.yaml
33 lines (32 loc) · 1.13 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
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
with-expecter: true
disable-version-string: true
packages:
github.com/hashicorp/hcp-sdk-go/clients/cloud-iam/stable/2019-12-10/client:
config:
dir: "internal/pkg/api/mocks/{{.PackagePath}}"
outpkg: "mock_{{.PackageName}}"
all: true
recursive: true
github.com/hashicorp/hcp-sdk-go/clients/cloud-resource-manager/stable/2019-12-10/client:
config:
dir: "internal/pkg/api/mocks/{{.PackagePath}}"
outpkg: "mock_{{.PackageName}}"
all: true
recursive: true
github.com/hashicorp/hcp-sdk-go/clients/cloud-billing/preview/2020-11-05/client:
config:
dir: "internal/pkg/api/mocks/{{.PackagePath}}"
outpkg: "mock_{{.PackageName}}"
all: true
recursive: true
github.com/hashicorp/hcp/internal/pkg/api/releasesapi/client:
config:
dir: "internal/pkg/api/releasesapi/mocks"
github.com/hashicorp/hcp-sdk-go/clients/cloud-vault-secrets/stable/2023-11-28/client:
config:
dir: "internal/pkg/api/mocks/{{.PackagePath}}"
outpkg: "mock_{{.PackageName}}"
all: true
recursive: true