mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
mcclient: models: 添加SshKeypair
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type SshKeypair struct {
|
||||
PrivateKey string
|
||||
PublicKey string
|
||||
}
|
||||
Reference in New Issue
Block a user