mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-08 23:23:39 +00:00
9 lines
199 B
Go
9 lines
199 B
Go
// Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package githubtestutil
|
|
|
|
type TestUpstreamGithubIdentityProvider struct {
|
|
Name string
|
|
}
|