hydroxide-push/protonmail/keys.go

11 lines
170 B
Go
Raw Normal View History

2017-08-24 11:51:15 +03:00
package protonmail
type Key struct {
2017-09-13 12:43:12 +03:00
ID string
Version int
PublicKey string
PrivateKey string
2017-08-24 11:51:15 +03:00
Fingerprint string
2017-09-13 12:43:12 +03:00
Activation interface{} // TODO
2017-08-24 11:51:15 +03:00
}