diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2022-05-30 17:18:34 +0200 |
---|---|---|
committer | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2022-05-30 18:49:43 +0200 |
commit | e9567fa8c853dda16c54afbd2ba99b7263fa37f1 (patch) | |
tree | f722a72f13cccdd9f13bdaff200e734849ee0853 /internal/testbinapi/binapi2001/.vppapi/plugins/pot.api.json | |
parent | 4102c72bce694babd94a481b1201d33895a6f9c5 (diff) |
binapi: remove internal/testbinapi
This patch is a proposal to remove the necessity to version
two versions of the generated api. We would rely on `./binapi/`
for 'internal' logic, making the dependancy on VPP a bit
stronger, but removing a folder and a .json file we don't
upgrade regularly.
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Change-Id: I99063ed571eb193271b3cda805d692155ac90f61
Diffstat (limited to 'internal/testbinapi/binapi2001/.vppapi/plugins/pot.api.json')
-rw-r--r-- | internal/testbinapi/binapi2001/.vppapi/plugins/pot.api.json | 258 |
1 files changed, 0 insertions, 258 deletions
diff --git a/internal/testbinapi/binapi2001/.vppapi/plugins/pot.api.json b/internal/testbinapi/binapi2001/.vppapi/plugins/pot.api.json deleted file mode 100644 index c15eed4..0000000 --- a/internal/testbinapi/binapi2001/.vppapi/plugins/pot.api.json +++ /dev/null @@ -1,258 +0,0 @@ -{ - "types": [], - "messages": [ - [ - "pot_profile_add", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u8", - "id" - ], - [ - "u8", - "validator" - ], - [ - "u64", - "secret_key" - ], - [ - "u64", - "secret_share" - ], - [ - "u64", - "prime" - ], - [ - "u8", - "max_bits" - ], - [ - "u64", - "lpc" - ], - [ - "u64", - "polynomial_public" - ], - [ - "string", - "list_name", - 0 - ], - { - "crc": "0xad5da3a3" - } - ], - [ - "pot_profile_add_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - { - "crc": "0xe8d4e804" - } - ], - [ - "pot_profile_activate", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u8", - "id" - ], - [ - "string", - "list_name", - 0 - ], - { - "crc": "0x0770af98" - } - ], - [ - "pot_profile_activate_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - { - "crc": "0xe8d4e804" - } - ], - [ - "pot_profile_del", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "string", - "list_name", - 0 - ], - { - "crc": "0xcd63f53b" - } - ], - [ - "pot_profile_del_reply", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - { - "crc": "0xe8d4e804" - } - ], - [ - "pot_profile_show_config_dump", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "client_index" - ], - [ - "u32", - "context" - ], - [ - "u8", - "id" - ], - { - "crc": "0x005b7d59" - } - ], - [ - "pot_profile_show_config_details", - [ - "u16", - "_vl_msg_id" - ], - [ - "u32", - "context" - ], - [ - "i32", - "retval" - ], - [ - "u8", - "id" - ], - [ - "u8", - "validator" - ], - [ - "u64", - "secret_key" - ], - [ - "u64", - "secret_share" - ], - [ - "u64", - "prime" - ], - [ - "u64", - "bit_mask" - ], - [ - "u64", - "lpc" - ], - [ - "u64", - "polynomial_public" - ], - { - "crc": "0xb7ce0618" - } - ] - ], - "unions": [], - "enums": [], - "services": { - "pot_profile_add": { - "reply": "pot_profile_add_reply" - }, - "pot_profile_activate": { - "reply": "pot_profile_activate_reply" - }, - "pot_profile_del": { - "reply": "pot_profile_del_reply" - }, - "pot_profile_show_config_dump": { - "reply": "pot_profile_show_config_details", - "stream": true - } - }, - "options": { - "version": "1.0.0" - }, - "aliases": {}, - "vl_api_version": "0xa9d8e55c" -} |