X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=api%2Fbinapi.go;fp=api%2Fbinapi.go;h=6495d0d8e63b425706d96c3c3ce5b69584341ae6;hb=682250e328472e855a4c59e9e5f004473b6af0d3;hp=ac9f8a4595b67584c40feecf5d8bd4c86bd444d1;hpb=c4522fe10317b1729a0820dc880afc78c663f64d;p=govpp.git 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.