diff options
author | 2022-04-26 19:16:20 -0500 | |
---|---|---|
committer | 2022-05-19 08:54:00 +0000 | |
commit | f06c92da266e8a71c8720d92179cd2d2d56d1a27 (patch) | |
tree | ddbc8d41137de510c4270a453b6cfdc248eb7224 /binapi/sr_types | |
parent | e93c0bb99ca9400df77687e7c3fd4bebfc6e4c33 (diff) |
Regenerate 'types' with APIFile/APIVersion/CrcVersion
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
Change-Id: I4ca28677573f6479258a67e3699b0d92bf18b009
Diffstat (limited to 'binapi/sr_types')
-rw-r--r-- | binapi/sr_types/sr_types.ba.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binapi/sr_types/sr_types.ba.go b/binapi/sr_types/sr_types.ba.go index 88f8951..3cf6a73 100644 --- a/binapi/sr_types/sr_types.ba.go +++ b/binapi/sr_types/sr_types.ba.go @@ -23,6 +23,12 @@ import ( // GoVPP api package needs to be updated. const _ = api.GoVppAPIPackageIsVersion2 +const ( + APIFile = "sr_types" + APIVersion = "1.0.0" + VersionCrc = 0x7955bd50 +) + // SrBehavior defines enum 'sr_behavior'. type SrBehavior uint8 |