()
| 13 | type timeoutAdapter struct{ name string } |
| 14 | |
| 15 | func (a timeoutAdapter) Name() string { return a.name } |
| 16 | |
| 17 | func (timeoutAdapter) Invoke(context.Context, types.BackendRequest) (types.BackendResponse, error) { |
| 18 | return types.BackendResponse{}, upstream.New(upstream.KindTimeout, "simulated") |
nothing calls this directly
no outgoing calls
no test coverage detected