commit | 3d151fb19d57e332a054b3b85bff8bf7d8ef1152 | [log] [tgz] |
---|---|---|
author | Mark Peek <mark@peek.org> | Sun Aug 18 12:25:10 2013 -0700 |
committer | Mark Peek <mark@peek.org> | Sun Aug 18 12:25:10 2013 -0700 |
tree | c516b631025cfcefb5dc005ff4ee6f54ebccc96b | |
parent | 5a9151f72e3a06c7e2bea71e3e609ed2e43451a1 [diff] |
Add PrivateKey field to KeyPair for returning from CreateKeyPair
diff --git a/keypairs.go b/keypairs.go index 37bd456..9ab8ea7 100644 --- a/keypairs.go +++ b/keypairs.go
@@ -86,6 +86,7 @@ type KeyPair struct { FingerPrint string `json:"fingerprint"` Name string `json:"name"` + PrivateKey string `json:"private_key,omitempty"` PublicKey string `json:"public_key"` UserID string `json:"user_id,omitempty"` }