Impl GetMsgTypes
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# Generate all fields as pointers.
|
||||
* mangle_names:M_STRIP_PACKAGE
|
||||
* fallback_type:FT_POINTER
|
||||
MsgTypes.types max_count:10
|
||||
MsgTypes.TypesEntry.value max_size:16
|
||||
# MsgTypes.* max_size:16
|
||||
MsgTypes* fallback_type:FT_CALLBACK
|
||||
RpcContact* fallback_type:FT_CALLBACK
|
||||
|
||||
+7
-7
@@ -55,14 +55,14 @@ message Response
|
||||
Functions func = 1;
|
||||
oneof msg
|
||||
{
|
||||
int32 status = 2;
|
||||
string str = 3;
|
||||
WxMsg wxmsg = 4;
|
||||
MsgTypes types = 5;
|
||||
int32 status = 2;
|
||||
string str = 3;
|
||||
WxMsg wxmsg = 4;
|
||||
MsgTypes types = 5;
|
||||
RpcContacts contacts = 6;
|
||||
DbNames dbs = 7;
|
||||
DbTables tables = 8;
|
||||
DbRows rows = 9;
|
||||
DbNames dbs = 7;
|
||||
DbTables tables = 8;
|
||||
DbRows rows = 9;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user