dfplugin

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2021 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 a plugin, currently support: resource
	PluginMetaKeyType = "type"
	// PluginMetaKeyName indicates the name of a plugin
	PluginMetaKeyName = "name"
)
View Source
const (
	PluginTypeResource = PluginType("resource")
)

Variables

This section is empty.

Functions

func Load

func Load(typ PluginType, name string, option map[string]string) (interface{}, map[string]string, error)

Types

type PluginInitFunc

type PluginInitFunc func(option map[string]string) (plugin interface{}, 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