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