Plugin

package
v0.0.0-...-3e87f45 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2022 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Overview

* @Author: NyanCatda * @Date: 2022-03-08 21:58:27 * @LastEditTime: 2022-04-04 13:03:52 * @LastEditors: NyanCatda * @Description: 插件加载模块 * @FilePath: \Momizi\Internal\Plugin\Plugin.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitPlugin

func InitPlugin()

*

  • @description: 初始化插件
  • @param {*}
  • @return {error} 错误信息

func RunPluginMessageListener

func RunPluginMessageListener(Message MessageStruct.MessageStruct) error

*

  • @description: 运行插件消息监听器
  • @param {MessageStruct.MessageStruct} Message 消息结构体
  • @return {error} 错误信息

Types

This section is empty.

Directories

Path Synopsis
* @Author: NyanCatda * @Date: 2022-03-20 20:40:12 * @LastEditTime: 2022-03-28 15:40:19 * @LastEditors: NyanCatda * @Description: JavaScript插件加载 * @FilePath: \Momizi\Internal\Plugin\JavaScript\JavaScript.go
* @Author: NyanCatda * @Date: 2022-03-20 20:40:12 * @LastEditTime: 2022-03-28 15:40:19 * @LastEditors: NyanCatda * @Description: JavaScript插件加载 * @FilePath: \Momizi\Internal\Plugin\JavaScript\JavaScript.go
EventListeners
* @Author: NyanCatda * @Date: 2022-03-20 21:18:09 * @LastEditTime: 2022-03-21 13:57:18 * @LastEditors: NyanCatda * @Description: 事件监听器 * @FilePath: \Momizi\Internal\Plugin\JavaScript\EventListeners\EventListeners.go
* @Author: NyanCatda * @Date: 2022-03-20 21:18:09 * @LastEditTime: 2022-03-21 13:57:18 * @LastEditors: NyanCatda * @Description: 事件监听器 * @FilePath: \Momizi\Internal\Plugin\JavaScript\EventListeners\EventListeners.go
Tools
* @Author: NyanCatda * @Date: 2022-03-20 22:20:17 * @LastEditTime: 2022-03-24 14:40:03 * @LastEditors: NyanCatda * @Description: 工具函数注册 * @FilePath: \Momizi\Internal\Plugin\JavaScript\Tools\Tools.go
* @Author: NyanCatda * @Date: 2022-03-20 22:20:17 * @LastEditTime: 2022-03-24 14:40:03 * @LastEditors: NyanCatda * @Description: 工具函数注册 * @FilePath: \Momizi\Internal\Plugin\JavaScript\Tools\Tools.go
Tools/Config
* @Author: NyanCatda * @Date: 2022-03-23 21:01:14 * @LastEditTime: 2022-03-23 21:41:50 * @LastEditors: NyanCatda * @Description: 读取配置项 * @FilePath: \Momizi\Internal\Plugin\JavaScript\Tools\Config\Config.go
* @Author: NyanCatda * @Date: 2022-03-23 21:01:14 * @LastEditTime: 2022-03-23 21:41:50 * @LastEditors: NyanCatda * @Description: 读取配置项 * @FilePath: \Momizi\Internal\Plugin\JavaScript\Tools\Config\Config.go
Tools/Console
* @Author: NyanCatda * @Date: 2022-03-22 01:27:22 * @LastEditTime: 2022-03-22 18:00:46 * @LastEditors: NyanCatda * @Description: 控制台函数注册 * @FilePath: \Momizi\Internal\Plugin\JavaScript\Tools\Console\Console.go
* @Author: NyanCatda * @Date: 2022-03-22 01:27:22 * @LastEditTime: 2022-03-22 18:00:46 * @LastEditors: NyanCatda * @Description: 控制台函数注册 * @FilePath: \Momizi\Internal\Plugin\JavaScript\Tools\Console\Console.go
Tools/File
* @Author: NyanCatda * @Date: 2022-03-22 21:59:31 * @LastEditTime: 2022-03-23 21:43:03 * @LastEditors: NyanCatda * @Description: 目录操作 * @FilePath: \Momizi\Internal\Plugin\JavaScript\Tools\File\Dir.go
* @Author: NyanCatda * @Date: 2022-03-22 21:59:31 * @LastEditTime: 2022-03-23 21:43:03 * @LastEditors: NyanCatda * @Description: 目录操作 * @FilePath: \Momizi\Internal\Plugin\JavaScript\Tools\File\Dir.go
Tools/HttpRequest
* @Author: NyanCatda * @Date: 2022-03-22 17:36:42 * @LastEditTime: 2022-03-23 21:44:44 * @LastEditors: NyanCatda * @Description: 下载文件函数 * @FilePath: \Momizi\Internal\Plugin\JavaScript\Tools\HttpRequest\Download.go
* @Author: NyanCatda * @Date: 2022-03-22 17:36:42 * @LastEditTime: 2022-03-23 21:44:44 * @LastEditors: NyanCatda * @Description: 下载文件函数 * @FilePath: \Momizi\Internal\Plugin\JavaScript\Tools\HttpRequest\Download.go
Tools/LevelDB
* @Author: NyanCatda * @Date: 2022-03-24 14:28:26 * @LastEditTime: 2022-03-24 15:11:16 * @LastEditors: NyanCatda * @Description: LevelDB函数封装 * @FilePath: \Momizi\Internal\Plugin\JavaScript\Tools\LevelDB\LevelDB.go
* @Author: NyanCatda * @Date: 2022-03-24 14:28:26 * @LastEditTime: 2022-03-24 15:11:16 * @LastEditors: NyanCatda * @Description: LevelDB函数封装 * @FilePath: \Momizi\Internal\Plugin\JavaScript\Tools\LevelDB\LevelDB.go
* @Author: McPlus * @Date: 2022-03-24 20:37:42 * @LastEditTime: 2022-04-04 12:52:14 * @LastEditors: NyanCatda * @Description: Js插件 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\JavaScript.go
* @Author: McPlus * @Date: 2022-03-24 20:37:42 * @LastEditTime: 2022-04-04 12:52:14 * @LastEditors: NyanCatda * @Description: Js插件 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\JavaScript.go
Events
* @Author: NyanCatda * @Date: 2022-04-02 14:25:18 * @LastEditTime: 2022-04-02 23:43:49 * @LastEditors: NyanCatda * @Description: CommandEvent * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Events\Command.go
* @Author: NyanCatda * @Date: 2022-04-02 14:25:18 * @LastEditTime: 2022-04-02 23:43:49 * @LastEditors: NyanCatda * @Description: CommandEvent * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Events\Command.go
Listener
* @Author: McPlus * @Date: 2022-03-24 20:54:07 * @LastEditTime: 2022-04-02 21:53:04 * @LastEditors: NyanCatda * @Description: 监听器 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Listener\Listener.go
* @Author: McPlus * @Date: 2022-03-24 20:54:07 * @LastEditTime: 2022-04-02 21:53:04 * @LastEditors: NyanCatda * @Description: 监听器 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Listener\Listener.go
Tools
* @Author: McPlus * @Date: 2022-03-24 21:47:22 * @LastEditTime: 2022-04-04 13:17:50 * @LastEditors: NyanCatda * @Description: 工具函数注册 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Tools\Tools.go
* @Author: McPlus * @Date: 2022-03-24 21:47:22 * @LastEditTime: 2022-04-04 13:17:50 * @LastEditors: NyanCatda * @Description: 工具函数注册 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Tools\Tools.go
Tools/Config
* @Author: NyanCatda * @Date: 2022-04-03 13:23:50 * @LastEditTime: 2022-04-04 12:55:53 * @LastEditors: NyanCatda * @Description: 配置文件操作类 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Tools\Config\Config.go
* @Author: NyanCatda * @Date: 2022-04-03 13:23:50 * @LastEditTime: 2022-04-04 12:55:53 * @LastEditors: NyanCatda * @Description: 配置文件操作类 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Tools\Config\Config.go
Tools/Console
* @Author: McPlus * @Date: 2022-03-25 05:22:32 * @LastEditTime: 2022-03-26 01:24:34 * @LastEditors: McPlus * @Description: 控制台方法 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Tools\Console\Console.go
* @Author: McPlus * @Date: 2022-03-25 05:22:32 * @LastEditTime: 2022-03-26 01:24:34 * @LastEditors: McPlus * @Description: 控制台方法 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Tools\Console\Console.go
Tools/File
* @Author: McPlus * @Date: 2022-03-28 17:24:26 * @LastEditTime: 2022-04-04 12:56:55 * @LastEditors: NyanCatda * @Description: 文件类 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Tools\File\File.go
* @Author: McPlus * @Date: 2022-03-28 17:24:26 * @LastEditTime: 2022-04-04 12:56:55 * @LastEditors: NyanCatda * @Description: 文件类 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Tools\File\File.go
Tools/HttpRequest
* @Author: NyanCatda * @Date: 2022-03-27 02:31:39 * @LastEditTime: 2022-04-04 13:13:28 * @LastEditors: NyanCatda * @Description: 下载文件函数封装 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Tools\HttpRequest\Download.go
* @Author: NyanCatda * @Date: 2022-03-27 02:31:39 * @LastEditTime: 2022-04-04 13:13:28 * @LastEditors: NyanCatda * @Description: 下载文件函数封装 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Tools\HttpRequest\Download.go
Tools/Loader
* @Author: NyanCatda * @Date: 2022-03-26 18:48:29 * @LastEditTime: 2022-04-03 13:29:27 * @LastEditors: NyanCatda * @Description: 常见类型转换封装 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Tools\Loader\TypeConversion.go
* @Author: NyanCatda * @Date: 2022-03-26 18:48:29 * @LastEditTime: 2022-04-03 13:29:27 * @LastEditors: NyanCatda * @Description: 常见类型转换封装 * @FilePath: \Momizi\Internal\Plugin\JavaScriptV8\Tools\Loader\TypeConversion.go
Tools
JsonConfig
* @Author: NyanCatda * @Date: 2022-03-23 20:18:31 * @LastEditTime: 2022-03-27 21:33:20 * @LastEditors: NyanCatda * @Description: 配置文件操作 * @FilePath: \Momizi\Internal\Plugin\Tools\JsonConfig\Config.go
* @Author: NyanCatda * @Date: 2022-03-23 20:18:31 * @LastEditTime: 2022-03-27 21:33:20 * @LastEditors: NyanCatda * @Description: 配置文件操作 * @FilePath: \Momizi\Internal\Plugin\Tools\JsonConfig\Config.go
LevelDB
* @Author: NyanCatda * @Date: 2022-03-24 14:04:35 * @LastEditTime: 2022-03-24 15:09:05 * @LastEditors: NyanCatda * @Description: LevelDB封装 * @FilePath: \Momizi\Internal\Plugin\Tools\LevelDB\LevelDB.go
* @Author: NyanCatda * @Date: 2022-03-24 14:04:35 * @LastEditTime: 2022-03-24 15:09:05 * @LastEditors: NyanCatda * @Description: LevelDB封装 * @FilePath: \Momizi\Internal\Plugin\Tools\LevelDB\LevelDB.go
PluginList
* @Author: NyanCatda * @Date: 2022-04-04 12:35:10 * @LastEditTime: 2022-04-04 12:37:12 * @LastEditors: NyanCatda * @Description: 插件列表模块 * @FilePath: \Momizi\Internal\Plugin\Tools\PluginList\PluginList.go
* @Author: NyanCatda * @Date: 2022-04-04 12:35:10 * @LastEditTime: 2022-04-04 12:37:12 * @LastEditors: NyanCatda * @Description: 插件列表模块 * @FilePath: \Momizi\Internal\Plugin\Tools\PluginList\PluginList.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL