mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +00:00
Make WrapInfo a pointer to match secret/auth in response
This commit is contained in:
@@ -66,7 +66,7 @@ type Response struct {
|
||||
warnings []string
|
||||
|
||||
// Information for wrapping the response in a cubbyhole
|
||||
WrapInfo WrapInfo
|
||||
WrapInfo *WrapInfo
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user