mcclient: models: 添加SshKeypair

This commit is contained in:
Yousong Zhou
2019-06-12 08:16:56 +00:00
parent 5ea0d06d4a
commit e65f5e802f
+6
View File
@@ -0,0 +1,6 @@
package models
type SshKeypair struct {
PrivateKey string
PublicKey string
}