()
| 394 | } |
| 395 | |
| 396 | func (a *Adapter) Metadata() types.BackendMetadata { |
| 397 | return types.BackendMetadata{ |
| 398 | Name: a.cfg.Name, |
| 399 | Type: a.cfg.Type, |
| 400 | Capabilities: a.cfg.Capabilities, |
| 401 | CostUnit: a.cfg.Cost.Unit, |
| 402 | MaxConcurrency: a.cfg.MaxConcurrency, |
| 403 | } |
| 404 | } |
nothing calls this directly
no outgoing calls
no test coverage detected