Method
Invoke
(context.Context, types.BackendRequest)
Source from the content-addressed store, hash-verified
| 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") |
| 968 | } |
| 969 | |
| 970 | func (a *timeoutErrorAdapter) Health(context.Context) error { return nil } |
| 971 | |
Callers
nothing calls this directly
Tested by
no test coverage detected