Skip to content

Commit

Permalink
chore: add missing godoc for PublicKey
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Jan 14, 2025
1 parent 88e92ec commit a832454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/jimm/sshkeys/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import (
gossh "golang.org/x/crypto/ssh"
)

// PublicKey holds a public key and key comment.
// The public key is any key that is supported by
// the crypto/ssh PublicKey interface.
type PublicKey struct {
gossh.PublicKey
Comment string
Expand Down

0 comments on commit a832454

Please sign in to comment.