more cleanup, fixes

This commit is contained in:
Sanjana Rajan 2018-06-04 17:50:26 -07:00
parent c254bd5d44
commit 04ebe6d459
9 changed files with 33 additions and 53 deletions

View file

@ -1,12 +1,11 @@
package pm
// OpenPGP strutature to manager mutiple address keys and user keys
// OpenPGP structure to manage mutiple address keys and user keys
type OpenPGP struct {
// key ring not in used
addresses []*Address
//lastestServerTime unix time cache
lastestServerTime int64
//latestServerTime unix time cache
latestServerTime int64
}
// //AddAddress add a new address to key ring