Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPlugin = *NewPlugin()
DefaultPlugin is a default instance of STN plugin.
Functions ¶
This section is empty.
Types ¶
type Deps ¶
type Deps struct { infra.PluginDeps KVScheduler kvs.KVScheduler GoVppmux govppmux.API IfPlugin ifplugin.API StatusCheck statuscheck.PluginStatusWriter // optional }
Deps lists dependencies of the STN plugin.
type Option ¶
type Option func(*STNPlugin)
Option is a function that can be used in NewPlugin to customize Plugin.
Click to show internal directories.
Click to hide internal directories.