PluginList

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: 0 Imported by: 0

Documentation

Overview

* @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

Index

Constants

This section is empty.

Variables

View Source
var PluginList []PluginInfo

Functions

func AddPluginInfo

func AddPluginInfo(Name string, Version string, Author string)

*

  • @description: 添加信息进入插件列表
  • @param {string} Name 插件名称
  • @param {string} Version 插件版本
  • @param {string} Author 插件作者
  • @return {*}

func ClearPluginList

func ClearPluginList()

*

  • @description: 清理插件列表
  • @param {*}
  • @return {*}

Types

type PluginInfo

type PluginInfo struct {
	Name    string `json:"name"`
	Version string `json:"version"`
	Author  string `json:"author"`
}

Jump to

Keyboard shortcuts

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