generate token functions to share common names (#3576)

This commit is contained in:
Chris Hoffman
2017-11-13 15:44:26 -05:00
committed by GitHub
parent 8aeea21416
commit def7b5c510
6 changed files with 45 additions and 23 deletions

View File

@@ -104,6 +104,7 @@ type GenerateRootStatusResponse struct {
Progress int
Required int
Complete bool
EncodedToken string `json:"encoded_token"`
EncodedRootToken string `json:"encoded_root_token"`
PGPFingerprint string `json:"pgp_fingerprint"`
}