plugin

package
v1.3.4-beta Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GlobalPlugin

type GlobalPlugin struct {
	Config     interface{} `json:"config,omitempty"` //Plugin***Config
	Id         string      `json:"id"`
	InitConfig interface{} `json:"init_config,omitempty"`
	Name       string      `json:"name"`   //名称
	Status     string      `json:"status"` //enable,disable,global
	Rely       string      `json:"rely"`   //依赖哪个插件
}

func GetGlobalPluginConf

func GetGlobalPluginConf() []*GlobalPlugin

Jump to

Keyboard shortcuts

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