67b692b11f
Signed-off-by: Matt Moyer <moyerm@vmware.com>
7 lines
303 B
Go
7 lines
303 B
Go
// Copyright 2020 the Pinniped contributors. All Rights Reserved.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package mockkeyset
|
|
|
|
//go:generate go run -v github.com/golang/mock/mockgen -destination=mockkeyset.go -package=mockkeyset -copyright_file=../../../hack/header.txt github.com/coreos/go-oidc KeySet
|