more cleanup, fixes
This commit is contained in:
parent
c254bd5d44
commit
04ebe6d459
9 changed files with 33 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue