a26d86044e
We need a way to validate that this generated code is up to date. I added a long-term engineering TODO for this. Signed-off-by: Andrew Keesler <akeesler@vmware.com>
9 lines
334 B
Go
9 lines
334 B
Go
/*
|
|
Copyright 2020 VMware, Inc.
|
|
SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
package mockcertissuer
|
|
|
|
//go:generate go run -v github.com/golang/mock/mockgen -destination=mockcertissuer.go -package=mockcertissuer -copyright_file=../../../hack/header.txt github.com/suzerain-io/placeholder-name/internal/registry/credentialrequest CertIssuer
|