plugin

package
v0.0.0-...-787453a Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OnlyFuncName = "Plugin"
)

Variables

View Source
var ManagementPlugin = managementPlugin{/* contains filtered or unexported fields */}

Functions

func LoadPlugin

func LoadPlugin(path string) error

LoadPlugin 加载插件 传入path

Types

type Plugin

type Plugin interface {
	// Register 注册路由
	Register(group *gin.RouterGroup)

	// RouterPath 用户返回注册路由
	RouterPath() string
}

Plugin 插件模式接口化

Jump to

Keyboard shortcuts

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