We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0ebc45 + 7f668ce commit 7fc9a38Copy full SHA for 7fc9a38
pkg/clients/mock/doc.go
@@ -16,6 +16,12 @@ limitations under the License.
16
17
package mock
18
19
+import (
20
+ // Runtime dependency of mockgen, required when using vendoring so go mod knows
21
+ // to pull it in.
22
+ _ "github.com/golang/mock/mockgen/model"
23
+)
24
+
25
//go:generate mockgen -package mock -destination=compute.go sigs.k8s.io/cluster-api-provider-openstack/pkg/clients ComputeClient
26
//go:generate /usr/bin/env bash -c "cat ../../../hack/boilerplate/boilerplate.generatego.txt compute.go > _compute.go && mv _compute.go compute.go"
27
0 commit comments