1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-02 07:25:19 -05:00

comments for typed messages

This commit is contained in:
Darien Raymond
2018-01-04 11:24:17 +01:00
parent 24395a3e60
commit c5d356545e
3 changed files with 4 additions and 3 deletions

View File

@@ -13,6 +13,6 @@ message User {
uint32 level = 1;
string email = 2;
// Protocol specific account information.
// Protocol specific account information. Must be the account proto in one of the proxies.
v2ray.core.common.serial.TypedMessage account = 3;
}