(tool: string)
| 46 | const CONN = ConnectionName.make("main"); |
| 47 | |
| 48 | const addr = (tool: string): ToolAddress => ToolAddress.make(`tools.${INTEG}.org.${CONN}.${tool}`); |
| 49 | |
| 50 | // --------------------------------------------------------------------------- |
| 51 | // A plugin that registers an integration, produces per-connection tools via |
no outgoing calls
no test coverage detected