()
| 936 | func (b *blockingInferAdapter) Health(context.Context) error { return nil } |
| 937 | |
| 938 | func (b *blockingInferAdapter) Metadata() types.BackendMetadata { |
| 939 | return types.BackendMetadata{Name: b.name, Type: "mock"} |
| 940 | } |
| 941 | |
| 942 | type alwaysUnhealthyAdapter struct { |
| 943 | name string |
nothing calls this directly
no outgoing calls
no test coverage detected