Documentation ¶
Overview ¶
Package vppapiclient is the default VPP adapter being used for the connection to VPP binary & stats API via shared memory. It is essentially Go wrapper for the VPP vppapiclient library written in C.
DEPRECATED: The vppapiclient implementation has been deprecated. Use socketclient and statsclient.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // MaxWaitReady defines maximum duration before waiting for shared memory // segment times out MaxWaitReady = time.Second * 10 )
Functions ¶
func NewStatClient ¶
NewStatClient returns new VPP stats API client.
func NewVppClient ¶
NewVppClient returns a new VPP binary API client.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.