You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks progress for moving the generated Go bindings located currently in binapi directory outside of the main module.
List of tasks related to this:
remove all dependency on binapi packages from the GoVPP client code
Considering these approaches:
move the binapi folder under examples and make examples a Go sub-module
this way we still keep the generated code for the purpose of comparing changes to generator
allows examples to still use the generated code for the usage demonstration
will require examples to depend on main module (go.fd.io/govpp) - specific version or local replace
remove the binapi folder from master branch and use dedicated branch(es) containing only the generated code
this way we could generated binapi code for multiple VPP versions, either separate branches for each version: binapi/2202, binapi/2210.. or single branch binapi with directory for each VPP version
The text was updated successfully, but these errors were encountered:
This issue tracks progress for moving the generated Go bindings located currently in
binapi
directory outside of the main module.List of tasks related to this:
binapi
packages from the GoVPP client codeConsidering these approaches:
binapi
folder underexamples
and makeexamples
a Go sub-modulego.fd.io/govpp
) - specific version or local replacebinapi
folder frommaster
branch and use dedicated branch(es) containing only the generated codebinapi/2202
,binapi/2210
.. or single branchbinapi
with directory for each VPP versionThe text was updated successfully, but these errors were encountered: