From 682250e328472e855a4c59e9e5f004473b6af0d3 Mon Sep 17 00:00:00 2001 From: Ondrej Fabry Date: Wed, 12 Jun 2019 18:37:20 +0200 Subject: Fix parsing API with removed CRC for types and unions - method GetCrcString() was also removed from DataType interface - fix generated comment for services - fix permissions for created files and directories Change-Id: If0b7a57e01f1128b5ba574fc5ee13b6a7c6aa6fd Signed-off-by: Ondrej Fabry --- api/binapi.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'api') diff --git a/api/binapi.go b/api/binapi.go index ac9f8a4..6495d0d 100644 --- a/api/binapi.go +++ b/api/binapi.go @@ -52,9 +52,6 @@ type Message interface { type DataType interface { // GetTypeName returns the original VPP name of the data type, as defined in the VPP API. GetTypeName() string - - // GetCrcString returns the string with CRC checksum of the data type definition (the string represents a hexadecimal number). - GetCrcString() string } // ChannelProvider provides the communication channel with govpp core. -- cgit 1.2.3-korg