feat: add pipeline reflect

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-04-01 11:08:15 +08:00
parent d22cb515f7
commit f9458e66c1
7 changed files with 87 additions and 7 deletions

View File

@ -30,6 +30,7 @@ export namespace server {
dispatchConsoleCommand(command: string): boolean;
getPluginsFolder(): string;
getNativePluginManager(): NativePluginManager;
getNettyPipeline(): any;
sendJson(sender: string | any, json: object | string): void;
}
}