(context.Context)
| 19 | } |
| 20 | |
| 21 | func (timeoutAdapter) Health(context.Context) error { return nil } |
| 22 | |
| 23 | func (a timeoutAdapter) Metadata() types.BackendMetadata { return types.BackendMetadata{Name: a.name} } |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected