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 VPP govppmux.API ServiceLabel servicelabel.ReaderAPI AddrAlloc netalloc.AddressAllocator VPPACLPlugin aclplugin.API VPPIfPlugin ifplugin.API VPPL2Plugin *l2plugin.L2Plugin VPPL3Plugin l3plugin.API LinuxIfPlugin iflinuxplugin.API NsPlugin nsplugin.API }
Deps - dependencies of Plugin
type Option ¶
type Option func(*Plugin)
Option is a function that acts on a Plugin to inject Dependencies or configuration
Click to show internal directories.
Click to hide internal directories.