hydroxide-push/protonmail/keys.go

11 lines
153 B
Go
Raw Normal View History

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