Make WrapInfo a pointer to match secret/auth in response

This commit is contained in:
Jeff Mitchell
2016-05-07 19:17:51 -04:00
parent f3a3fc3d55
commit e36f66000e
5 changed files with 23 additions and 13 deletions

View File

@@ -66,7 +66,7 @@ type Response struct {
warnings []string
// Information for wrapping the response in a cubbyhole
WrapInfo WrapInfo
WrapInfo *WrapInfo
}
func init() {