(context.Context, ResponseTransformRequest)
| 921 | // ResponseNormalizer converts response payloads into a canonical format. |
| 922 | type ResponseNormalizer interface { |
| 923 | NormalizeResponse(context.Context, ResponseTransformRequest) (PayloadResponse, error) |
| 924 | } |
| 925 | |
| 926 | // RequestInterceptor rewrites execution requests before and after credential selection. |
no outgoing calls
no test coverage detected