| 1324 | } |
| 1325 | |
| 1326 | type executorAdapter struct { |
| 1327 | host *Host |
| 1328 | pluginID string |
| 1329 | path string |
| 1330 | version string |
| 1331 | provider string |
| 1332 | executor pluginapi.ProviderExecutor |
| 1333 | inputFormats []sdktranslator.Format |
| 1334 | outputFormats []sdktranslator.Format |
| 1335 | } |
| 1336 | |
| 1337 | func (a *executorAdapter) Identifier() string { |
| 1338 | if a == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected