()
| 56 | } |
| 57 | |
| 58 | func (a *Adapter) Metadata() types.BackendMetadata { |
| 59 | return types.BackendMetadata{ |
| 60 | Name: a.cfg.Name, |
| 61 | Type: a.cfg.Type, |
| 62 | Capabilities: a.cfg.Capabilities, |
| 63 | CostUnit: a.cfg.Cost.Unit, |
| 64 | MaxConcurrency: a.cfg.MaxConcurrency, |
| 65 | } |
| 66 | } |
nothing calls this directly
no outgoing calls
no test coverage detected