From d1f24d37bd447b64e402298bb8eb2479681facf9 Mon Sep 17 00:00:00 2001 From: Ondrej Fabry Date: Fri, 17 Jul 2020 10:36:28 +0200 Subject: Improve binapi generator - simplified Size/Marshal/Unmarshal methods - replace struc in unions with custom marshal/unmarshal - fix imports in generated files - fix mock adapter - generate rpc service using low-level stream API (dumps generate control ping or stream msg..) - move examples/binapi to binapi and generate all API for latest release - add binapigen.Plugin for developing custom generator plugins - optionally generate HTTP handlers (REST API) for RPC services - add govpp program for browsing VPP API Change-Id: I092e9ed2b0c17972b3476463c3d4b14dd76ed42b Signed-off-by: Ondrej Fabry --- examples/binapi/gen.go | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 examples/binapi/gen.go (limited to 'examples/binapi/gen.go') diff --git a/examples/binapi/gen.go b/examples/binapi/gen.go deleted file mode 100644 index fe08d7f..0000000 --- a/examples/binapi/gen.go +++ /dev/null @@ -1,5 +0,0 @@ -package binapi - -// Generate Go code from the VPP APIs located in the /usr/share/vpp/api directory. - -//go:generate binapi-generator --import-types=false mactime af_packet interface interface_types ip vpe sr acl memif ip_types fib_types -- cgit 1.2.3-korg