From c4522fe10317b1729a0820dc880afc78c663f64d Mon Sep 17 00:00:00 2001 From: Ondrej Fabry Date: Thu, 6 Jun 2019 14:08:48 +0200 Subject: Add various generator improvements - generate service implementation for modules - generate conversion maps and String() method for enums - generate module name and version as constants - rename Union_data field to XXX_UnionData for consistency - generate constant GoVppAPIPackageIsVersionN for checking compatibility with API - add example for using service clients - add some documentation to socketclient adapter - cleanup gen.go file used for generating binapi - regenerate binapi with latest VPP release (19.04.1) - change global variables Messages into a function AllMessages Change-Id: Id1ef97764570759eaa3e5a4dc14ecda7a168ee39 Signed-off-by: Ondrej Fabry --- examples/bin_api/VPP_VERSION | 1 - 1 file changed, 1 deletion(-) delete mode 100644 examples/bin_api/VPP_VERSION (limited to 'examples/bin_api/VPP_VERSION') diff --git a/examples/bin_api/VPP_VERSION b/examples/bin_api/VPP_VERSION deleted file mode 100644 index fd1330c..0000000 --- a/examples/bin_api/VPP_VERSION +++ /dev/null @@ -1 +0,0 @@ -v19.01-2-gcd56f69af -- cgit 1.2.3-korg