()
| 962 | } |
| 963 | |
| 964 | func (a *timeoutErrorAdapter) Name() string { return a.name } |
| 965 | |
| 966 | func (a *timeoutErrorAdapter) Invoke(context.Context, types.BackendRequest) (types.BackendResponse, error) { |
| 967 | return types.BackendResponse{}, upstream.New(upstream.KindTimeout, "stub timeout") |
nothing calls this directly
no outgoing calls
no test coverage detected