зеркало из https://github.com/Azure/ARO-RP.git
9 строки
365 B
Go
9 строки
365 B
Go
package dynamichelper
|
|
|
|
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the Apache License 2.0.
|
|
|
|
//go:generate rm -rf ../mocks/$GOPACKAGE
|
|
//go:generate mockgen -destination=../mocks/$GOPACKAGE/$GOPACKAGE.go github.com/Azure/ARO-RP/pkg/util/$GOPACKAGE Interface
|
|
//go:generate goimports -local=github.com/Azure/ARO-RP -e -w ../mocks/$GOPACKAGE/$GOPACKAGE.go
|