Address comments from review.

This commit is contained in:
Jeff Mitchell
2015-08-25 15:33:58 -07:00
parent f5271c2ab0
commit 4d877dc4eb
12 changed files with 47 additions and 76 deletions

View File

@@ -57,7 +57,7 @@ func (c *Sys) RekeyUpdate(shard string) (*RekeyUpdateResponse, error) {
type RekeyInitRequest struct {
SecretShares int `json:"secret_shares"`
SecretThreshold int `json:"secret_threshold"`
SecretPGPKeys []string `json:"secret_pgp_keys"`
PGPKeys []string `json:"pgp_keys"`
}
type RekeyStatusResponse struct {