(context.Context, StreamChunkInterceptRequest)
| 937 | // StreamChunkInterceptor rewrites successful stream chunks before downstream delivery. |
| 938 | type StreamChunkInterceptor interface { |
| 939 | InterceptStreamChunk(context.Context, StreamChunkInterceptRequest) (StreamChunkInterceptResponse, error) |
| 940 | } |
| 941 | |
| 942 | // StreamChunkHeaderInitIndex marks the header-only stream initialization interceptor call. |
no outgoing calls