12 lines
116 B
Go
12 lines
116 B
Go
package sshkeys
|
|
|
|
type SSHPubkey struct {
|
|
// Raw ???
|
|
B64 string
|
|
Comment string
|
|
}
|
|
|
|
type SSHPrivateKey struct {
|
|
|
|
}
|