(context.Context)
| 950 | } |
| 951 | |
| 952 | func (a *alwaysUnhealthyAdapter) Health(context.Context) error { |
| 953 | return fmt.Errorf("unhealthy") |
| 954 | } |
| 955 | |
| 956 | func (a *alwaysUnhealthyAdapter) Metadata() types.BackendMetadata { |
| 957 | return types.BackendMetadata{Name: a.name, Type: "mock"} |
nothing calls this directly
no outgoing calls
no test coverage detected