格式化代码

This commit is contained in:
flswld
2023-05-22 00:39:02 +08:00
parent f851ad1692
commit 3100e8b147
115 changed files with 38550 additions and 38546 deletions
@@ -2,67 +2,67 @@ syntax = "proto3";
package proto;
option go_package = "./;proto";
import "define.proto";
option go_package = "./;proto";
message AranaraCollectionSuite {
map<uint32, AranaraCollectionState> collection_id_state_map = 6;
uint32 collection_type = 12;
map<uint32, AranaraCollectionState> collection_id_state_map = 6;
uint32 collection_type = 12;
}
message AranaraCollectionDataNotify {
enum CmdId {
option allow_alias = true;
NONE = 0;
CMD_ID = 6376;
ENET_CHANNEL_ID = 0;
ENET_IS_RELIABLE = 1;
}
enum CmdId {
option allow_alias = true;
NONE = 0;
CMD_ID = 6376;
ENET_CHANNEL_ID = 0;
ENET_IS_RELIABLE = 1;
}
repeated AranaraCollectionSuite collection_suite_list = 14;
repeated AranaraCollectionSuite collection_suite_list = 14;
}
message AddAranaraCollectionNotify {
enum CmdId {
option allow_alias = true;
NONE = 0;
CMD_ID = 6368;
ENET_CHANNEL_ID = 0;
ENET_IS_RELIABLE = 1;
}
enum CmdId {
option allow_alias = true;
NONE = 0;
CMD_ID = 6368;
ENET_CHANNEL_ID = 0;
ENET_IS_RELIABLE = 1;
}
uint32 collection_type = 7;
AranaraCollectionState target_state = 12;
AranaraCollectionState from_state = 15;
uint32 collection_id = 8;
uint32 collection_type = 7;
AranaraCollectionState target_state = 12;
AranaraCollectionState from_state = 15;
uint32 collection_id = 8;
}
message CataLogGlobalWatcherFinishedData {
repeated uint32 finished_global_watcher_list = 8;
uint32 catalog_type = 13;
repeated uint32 finished_global_watcher_list = 8;
uint32 catalog_type = 13;
}
message CataLogFinishedGlobalWatcherAllDataNotify {
enum CmdId {
option allow_alias = true;
NONE = 0;
CMD_ID = 6370;
ENET_CHANNEL_ID = 0;
ENET_IS_RELIABLE = 1;
}
enum CmdId {
option allow_alias = true;
NONE = 0;
CMD_ID = 6370;
ENET_CHANNEL_ID = 0;
ENET_IS_RELIABLE = 1;
}
repeated CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 13;
repeated CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 13;
}
message CataLogNewFinishedGlobalWatcherNotify {
enum CmdId {
option allow_alias = true;
NONE = 0;
CMD_ID = 6395;
ENET_CHANNEL_ID = 0;
ENET_IS_RELIABLE = 1;
}
enum CmdId {
option allow_alias = true;
NONE = 0;
CMD_ID = 6395;
ENET_CHANNEL_ID = 0;
ENET_IS_RELIABLE = 1;
}
repeated CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 2;
repeated CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 2;
}