Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPlugin = *NewPlugin()
DefaultPlugin is a default instance of IfPlugin.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Disabled bool `json:"disabled"`
}
Config holds the l3plugin configuration.
type Deps ¶
type Deps struct { infra.PluginDeps Scheduler scheduler.KVScheduler NsPlugin nsplugin.API IfPlugin ifplugin.API }
Deps lists dependencies of the interface p.
Click to show internal directories.
Click to hide internal directories.