More syncing

This commit is contained in:
Jeff Mitchell
2017-10-23 16:52:56 -04:00
parent 9cedc9aecc
commit d9fa7636ac
7 changed files with 65 additions and 19 deletions

View File

@@ -171,6 +171,7 @@ func (c *Sys) RekeyDeleteRecoveryBackup() error {
type RekeyInitRequest struct {
SecretShares int `json:"secret_shares"`
SecretThreshold int `json:"secret_threshold"`
StoredShares int `json:"stored_shares"`
PGPKeys []string `json:"pgp_keys"`
Backup bool
}