X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=binapi%2Fmdata%2Fmdata.ba.go;h=946c2d049bca36f9810f62dc7418ac6a3e486048;hb=debc52dea8a81417bb08ca5bb934c7876b6d65e0;hp=a2186926944f94439db14a1db094512c29f81e33;hpb=c0da1f2999a6b08d003c0fed1a23e1ca60dd1571;p=govpp.git diff --git a/binapi/mdata/mdata.ba.go b/binapi/mdata/mdata.ba.go index a218692..946c2d0 100644 --- a/binapi/mdata/mdata.ba.go +++ b/binapi/mdata/mdata.ba.go @@ -1,7 +1,7 @@ // Code generated by GoVPP's binapi-generator. DO NOT EDIT. // versions: -// binapi-generator: v0.4.0 -// VPP: 20.05.1-release +// binapi-generator: v0.3.5-56-gc0da1f2-dirty +// VPP: 21.06-release // source: /usr/share/vpp/api/plugins/mdata.api.json // Package mdata contains generated bindings for API file mdata.api. @@ -26,10 +26,11 @@ const _ = api.GoVppAPIPackageIsVersion2 const ( APIFile = "mdata" APIVersion = "0.1.0" - VersionCrc = 0x3a1911dd + VersionCrc = 0x5bd69477 ) // MdataEnableDisable defines message 'mdata_enable_disable'. +// InProgress: the message form may change in the future versions type MdataEnableDisable struct { EnableDisable bool `binapi:"bool,name=enable_disable" json:"enable_disable,omitempty"` } @@ -63,6 +64,7 @@ func (m *MdataEnableDisable) Unmarshal(b []byte) error { } // MdataEnableDisableReply defines message 'mdata_enable_disable_reply'. +// InProgress: the message form may change in the future versions type MdataEnableDisableReply struct { Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"` }