Nathan Skrzypczak
Nathan Skrzypczak
This patch moves the binapigenerator plugins to their own package. - It capitalizes the methods they leverage. - It changes the way plugins are called, passing the whole generator at...
As golint is now deprecated, this patch proposes to switch to staticcheck [0] as an alternative, in addition to `go vet`. This patch contains fixes addressing the linter's reported issues,...
This patch adds a GetRetVal function on all reply messages, that retreives the error value VPP returns in its Reply. If the field is not present or the value is...
Opening this, cherry picking the last change from #17 Signed-off-by: Nathan Skrzypczak Change-Id: I535b9dcf7c9ef7d6489db32f7f4a0bf3d11ca298
…al to create wrapper generators See README.md for more information Signed-off-by: Ed Warnicke Change-Id: Id7904081a762bb09c494d3862ebc9a91bb7eec66
Signed-off-by: Vladimir Lavor Change-Id: I2cd5d0c36d5019f3e2065b59cdf94fc8fa98cfa7
This PR is a proposal to add an intermediary layer providing a stable & reusable interface for interacting with VPP
This patch also proposes an evolution to the binapigen CLI in order to make it more user-friendly & discoverable and allow build pipelines based on go:generate For now two usecases...
Move plugins to own module This patch moves the binapigenerator plugins to their own package. - It capitalizes the methods they leverage. - It changes the way plugins are called,...