зеркало из https://github.com/Azure/ARO-RP.git
9 строки
442 B
Go
9 строки
442 B
Go
package api
|
|
|
|
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the Apache License 2.0.
|
|
|
|
//go:generate enumer -type InstallPhase -output zz_generated_installphase_enumer.go
|
|
//go:generate mockgen -destination=../util/mocks/api/api.go github.com/Azure/ARO-RP/pkg/api SyncSetConverter,MachinePoolConverter,SyncIdentityProviderConverter,SecretConverter
|
|
//go:generate goimports -local=github.com/Azure/ARO-RP -e -w ../util/mocks/api/api.go
|