From e86b804d005f965d77d741441c69a7bbab0e1abf Mon Sep 17 00:00:00 2001 From: Changhua Date: Sun, 3 Nov 2024 17:03:16 +0800 Subject: [PATCH] Remove unused files --- clients/python/roomdata.proto | 21 -------------------- clients/python/wcferry/roomdata_pb2.py | 27 -------------------------- 2 files changed, 48 deletions(-) delete mode 100644 clients/python/roomdata.proto delete mode 100644 clients/python/wcferry/roomdata_pb2.py diff --git a/clients/python/roomdata.proto b/clients/python/roomdata.proto deleted file mode 100644 index 0d61b86..0000000 --- a/clients/python/roomdata.proto +++ /dev/null @@ -1,21 +0,0 @@ -syntax = "proto3"; -package com.iamteer.wcf; - -message RoomData { - - message RoomMember { - string wxid = 1; - string name = 2; - int32 state = 3; - } - - repeated RoomMember members = 1; - - int32 field_2 = 2; - int32 field_3 = 3; - int32 field_4 = 4; - int32 room_capacity = 5; - int32 field_6 = 6; - int64 field_7 = 7 [jstype = JS_STRING]; - int64 field_8 = 8 [jstype = JS_STRING]; -} diff --git a/clients/python/wcferry/roomdata_pb2.py b/clients/python/wcferry/roomdata_pb2.py deleted file mode 100644 index 23ab48a..0000000 --- a/clients/python/wcferry/roomdata_pb2.py +++ /dev/null @@ -1,27 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by the protocol buffer compiler. DO NOT EDIT! -# source: roomdata.proto -"""Generated protocol buffer code.""" -from google.protobuf.internal import builder as _builder -from google.protobuf import descriptor as _descriptor -from google.protobuf import descriptor_pool as _descriptor_pool -from google.protobuf import symbol_database as _symbol_database -# @@protoc_insertion_point(imports) - -_sym_db = _symbol_database.Default() - - - - -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0eroomdata.proto\x12\x0f\x63om.iamteer.wcf\"\xf7\x01\n\x08RoomData\x12\x35\n\x07members\x18\x01 \x03(\x0b\x32$.com.iamteer.wcf.RoomData.RoomMember\x12\x0f\n\x07\x66ield_2\x18\x02 \x01(\x05\x12\x0f\n\x07\x66ield_3\x18\x03 \x01(\x05\x12\x0f\n\x07\x66ield_4\x18\x04 \x01(\x05\x12\x15\n\rroom_capacity\x18\x05 \x01(\x05\x12\x0f\n\x07\x66ield_6\x18\x06 \x01(\x05\x12\x0f\n\x07\x66ield_7\x18\x07 \x01(\x03\x12\x0f\n\x07\x66ield_8\x18\x08 \x01(\x03\x1a\x37\n\nRoomMember\x12\x0c\n\x04wxid\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\r\n\x05state\x18\x03 \x01(\x05\x62\x06proto3') - -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'roomdata_pb2', globals()) -if _descriptor._USE_C_DESCRIPTORS == False: - - DESCRIPTOR._options = None - _ROOMDATA._serialized_start=36 - _ROOMDATA._serialized_end=283 - _ROOMDATA_ROOMMEMBER._serialized_start=228 - _ROOMDATA_ROOMMEMBER._serialized_end=283 -# @@protoc_insertion_point(module_scope)