Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VPPAgent ¶
type VPPAgent struct { LogManager *logmanager.Plugin ETCDDataSync *kvdbsync.Plugin ConsulDataSync *kvdbsync.Plugin RedisDataSync *kvdbsync.Plugin BoltDataSync *kvdbsync.Plugin VPP *vpp.Plugin Linux *linux.Plugin GRPCService *rpc.Plugin RESTAPI *rest.Plugin Probe *probe.Plugin Telemetry *telemetry.Plugin }
VPPAgent defines plugins which will be loaded and their order. Note: the plugin itself is loaded after all its dependencies. It means that the VPP plugin is first in the list despite it needs to be loaded after the linux plugin.
Click to show internal directories.
Click to hide internal directories.