Skip to content

Commit

Permalink
Fix type comment for Identity struct (#1619)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden B <hblauzvern@google.com>
  • Loading branch information
haydentherapper committed Aug 8, 2023
1 parent 0d88d22 commit 4ba20c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pki/identity/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package identity

type Identity struct {
// Types include: *rsa.PublicKey, *ecdsa.PublicKey, ed25519.Publickey,
// Types include: *rsa.PublicKey, *ecdsa.PublicKey, ed25519.PublicKey,
// *x509.Certificate, openpgp.EntityList, *minisign.PublicKey, ssh.PublicKey
Crypto any
// Based on type of Crypto. Possible values include: PEM-encoded public key,
Expand Down

0 comments on commit 4ba20c4

Please sign in to comment.