dfplugin

package
v1.0.15 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// PluginFormat indicates the lookup name of a plugin in plugin directory.
	PluginFormat = "d7y-%s-plugin-%s.so"

	// PluginInitFuncName indicates the function `DragonflyPluginInit` must be implemented in plugin
	PluginInitFuncName = "DragonflyPluginInit"

	// PluginMetaKeyType indicates the type of plugin, currently support: resource
	PluginMetaKeyType = "type"

	// PluginMetaKeyName indicates the name of a plugin
	PluginMetaKeyName = "name"
)
View Source
const (
	PluginTypeResource  = PluginType("resource")
	PluginTypeManager   = PluginType("manager")
	PluginTypeScheduler = PluginType("scheduler")
)

Variables

View Source
var PluginFormatExpr = regexp.MustCompile("d7y-(resource|manager|scheduler)-plugin-([a-z0-9]+).so")

Functions

func Load

func Load(dir string, typ PluginType, name string, option map[string]string) (any, map[string]string, error)

Types

type PluginInitFunc

type PluginInitFunc func(option map[string]string) (plugin any, meta map[string]string, err error)

type PluginType

type PluginType string

Jump to

Keyboard shortcuts

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