mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-03 07:56:42 -05:00
10 lines
147 B
Protocol Buffer
10 lines
147 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
package com.v2ray.core.proxy.vmess;
|
||
|
option go_package = "vmess";
|
||
|
|
||
|
message AccountPB {
|
||
|
string id = 1;
|
||
|
uint32 alterId = 2;
|
||
|
}
|