ARO-RP/pkg/util/keyvault/generate.go

9 строки
358 B
Go
Исходник Обычный вид История

2020-09-18 03:22:06 +03:00
package keyvault
// Copyright (c) Microsoft Corporation.
// Licensed under the Apache License 2.0.
2020-10-13 20:37:19 +03:00
//go:generate rm -rf ../mocks/$GOPACKAGE
//go:generate mockgen -destination=../mocks/$GOPACKAGE/$GOPACKAGE.go github.com/Azure/ARO-RP/pkg/util/$GOPACKAGE Manager
//go:generate goimports -local=github.com/Azure/ARO-RP -e -w ../mocks/$GOPACKAGE/$GOPACKAGE.go