plugin

package
v0.0.0-...-b484ebe Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "plugin",
	Short: "插件模块管理",
}

Functions

This section is empty.

Types

type Config

type Config struct {
	Name        string `json:"name"`
	Author      string `json:"author"`
	Contact     string `json:"contact"`
	Description string `json:"description"`
	Version     string `json:"version"`
	Page        string `json:"page"` // 页面说明
	Error       string `json:"-"`    // 记录加载信息
}

Jump to

Keyboard shortcuts

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