SSHSecure/sshkeys/struct.go

12 lines
116 B
Go

package sshkeys
type SSHPubkey struct {
// Raw ???
B64 string
Comment string
}
type SSHPrivateKey struct {
}