Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPlugin = *NewPlugin()
DefaultPlugin is default instance of Plugin
Functions ¶
This section is empty.
Types ¶
type Deps ¶
type Deps struct { infra.PluginDeps GRPCServer grpc.Server Dispatch orchestrator.Dispatcher GoVppmux govppmux.StatsAPI VPPIfPlugin ifplugin.API VPPL2Plugin *l2plugin.L2Plugin }
Deps - dependencies of Plugin
type Option ¶
type Option func(*Plugin)
Option is a function that acts on a Plugin to inject Dependencies or configuration
Source Files ¶
Click to show internal directories.
Click to hide internal directories.