package
2.5.1+incompatible
Repository: https://github.com/lxlee1102/vpp-agent.git
Documentation: pkg.go.dev
# Packages
Package dbadapter implements Domain Specific Language (DSL) for resync and change of VPP configuration using Data Broker (by writing to key value store).
Package localclient implements client for local management of VPP configuration.
Package remoteclient implements the client for remote management of VPP configuration.
# Interfaces
DataChangeDSL defines Domain Specific Language (DSL) for data change.
DataResyncDSL defines the Domain Specific Language (DSL) for data RESYNC of the VPP configuration.
DeleteDSL is a subset of data change DSL statements, used to remove an existing VPP configuration.
PutDSL is a subset of data change DSL statements, used to declare new VPP configuration or to change an existing one.
Reply interface allows to wait for a reply to previously called Send() and extract the result from it (success/error).