(_ context.Context)
| 52 | } |
| 53 | |
| 54 | func (a *Adapter) Health(_ context.Context) error { |
| 55 | return nil |
| 56 | } |
| 57 | |
| 58 | func (a *Adapter) Metadata() types.BackendMetadata { |
| 59 | return types.BackendMetadata{ |
nothing calls this directly
no outgoing calls
no test coverage detected