package
2.5.1+incompatible
Repository: https://github.com/lxlee1102/vpp-agent.git
Documentation: pkg.go.dev

# Functions

NewDataChangeDSL returns a new instance of DataChangeDSL which implements the data change DSL for VPP config.
NewDataResyncDSL returns a new instance of DataResyncDSL which implements the data RESYNC DSL for VPP configuration.

# Structs

DataChangeDSL is an implementation of Domain Specific Language (DSL) for changes of the VPP configuration.
DataResyncDSL is an implementation of Domain Specific Language (DSL) for data RESYNC of VPP configuration.
DeleteDSL implements delete operations of data change DSL.
PutDSL implements put operations of data change DSL.
Reply interface allows to wait for a reply to previously called Send() and extract the result from it (success/error).