()
| 657 | } |
| 658 | |
| 659 | func (e *resolverAPIError) Error() string { |
| 660 | return fmt.Sprintf("%s: %s", e.code, e.msg) |
| 661 | } |
| 662 | |
| 663 | // swapHeaderPlaceholders walks the inbound request's headers, replaces any |
| 664 | // `autovault_…` substring with the corresponding vault credential, and |
no outgoing calls