()
| 136 | } |
| 137 | |
| 138 | func (a *Adapter) Metadata() types.BackendMetadata { |
| 139 | return types.BackendMetadata{ |
| 140 | Name: a.cfg.Name, |
| 141 | Type: a.cfg.Type, |
| 142 | Capabilities: a.cfg.Capabilities, |
| 143 | CostUnit: a.cfg.Cost.Unit, |
| 144 | MaxConcurrency: a.cfg.MaxConcurrency, |
| 145 | } |
| 146 | } |
nothing calls this directly
no outgoing calls
no test coverage detected