()
| 954 | } |
| 955 | |
| 956 | func (a *alwaysUnhealthyAdapter) Metadata() types.BackendMetadata { |
| 957 | return types.BackendMetadata{Name: a.name, Type: "mock"} |
| 958 | } |
| 959 | |
| 960 | type timeoutErrorAdapter struct { |
| 961 | name string |
nothing calls this directly
no outgoing calls
no test coverage detected