X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=internal%2Ftestbinapi%2Fbinapi2001%2Fpci_types%2Fpci_types.ba.go;fp=internal%2Ftestbinapi%2Fbinapi2001%2Fpci_types%2Fpci_types.ba.go;h=0000000000000000000000000000000000000000;hp=d4ea7b29e5ce182e839c41e3337b9449825fe602;hb=e9567fa8c853dda16c54afbd2ba99b7263fa37f1;hpb=4102c72bce694babd94a481b1201d33895a6f9c5 diff --git a/internal/testbinapi/binapi2001/pci_types/pci_types.ba.go b/internal/testbinapi/binapi2001/pci_types/pci_types.ba.go deleted file mode 100644 index d4ea7b2..0000000 --- a/internal/testbinapi/binapi2001/pci_types/pci_types.ba.go +++ /dev/null @@ -1,36 +0,0 @@ -// Code generated by GoVPP's binapi-generator. DO NOT EDIT. -// versions: -// binapi-generator: v0.5.0-dev -// VPP: 20.01 -// source: .vppapi/core/pci_types.api.json - -// Package pci_types contains generated bindings for API file pci_types.api. -// -// Contents: -// 1 struct -// -package pci_types - -import ( - api "git.fd.io/govpp.git/api" -) - -// This is a compile-time assertion to ensure that this generated file -// is compatible with the GoVPP api package it is being compiled against. -// A compilation error at this line likely means your copy of the -// GoVPP api package needs to be updated. -const _ = api.GoVppAPIPackageIsVersion2 - -const ( - APIFile = "pci_types" - APIVersion = "1.0.0" - VersionCrc = 0x5d418665 -) - -// PciAddress defines type 'pci_address'. -type PciAddress struct { - Domain uint16 `binapi:"u16,name=domain" json:"domain,omitempty"` - Bus uint8 `binapi:"u8,name=bus" json:"bus,omitempty"` - Slot uint8 `binapi:"u8,name=slot" json:"slot,omitempty"` - Function uint8 `binapi:"u8,name=function" json:"function,omitempty"` -}