Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPlugin = *NewPlugin()
Functions ¶
This section is empty.
Types ¶
type Deps ¶
type Deps struct { infra.PluginDeps KVScheduler kvs.KVScheduler }
Deps lists dependencies.
type Option ¶
type Option func(*Plugin)
Option is a function that can be used in NewPlugin to customize Plugin.
type Plugin ¶
type Plugin struct { Deps PuntManager puntmgr_plugin.PuntManagerAPI CnfRegistry cnfreg_plugin.CnfAPI }
Click to show internal directories.
Click to hide internal directories.