X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fplugins%2Fpot.api.json;fp=internal%2Ftestbinapi%2Fbinapi2001%2F.vppapi%2Fplugins%2Fpot.api.json;h=0000000000000000000000000000000000000000;hp=c15eed4dd1f2a3e2c99cef9c5f76767d88663b17;hb=e9567fa8c853dda16c54afbd2ba99b7263fa37f1;hpb=4102c72bce694babd94a481b1201d33895a6f9c5 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" -}