MCPcopy Index your code
hub / github.com/apache/skywalking-nodejs / OptionMethods

Interface OptionMethods

src/core/OptionMethods.ts:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20import PluginInstaller from './PluginInstaller';
21
22export default interface OptionMethods {
23 getVersion?(installer: PluginInstaller): string;
24}

Callers 1

PluginInstallerClass · 0.65

Implementers 2

AxiosPluginsrc/plugins/AxiosPlugin.ts
MySQL2Pluginsrc/plugins/MySQL2Plugin.ts

Calls

no outgoing calls

Tested by

no test coverage detected