package
1.0.5
Repository: https://github.com/fgschwan/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 grpcadapter implements Domain Specific Language (DSL) for resync and change of VPP configuration using GRPC client.
Package localclient implements client for local management of VPP configuration.
Package remoteclient implements client for remote management of VPP configuration.

# Interfaces

DataChangeDSL defines the Domain Specific Language (DSL) for data change of the VPP configuration.
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 existing VPP configuration.
PutDSL is a subset of data change DSL statements used to declare new or change existing VPP configuration.
Reply interface allows to wait for a reply to previously called Send() and extract the result from it (success/error).