1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-27 12:35:21 -05:00

update proto def

This commit is contained in:
Darien Raymond
2017-04-02 14:24:10 +02:00
parent 9d6513d3d3
commit 2111c7e9ca
8 changed files with 93 additions and 120 deletions

View File

@@ -10,6 +10,7 @@ var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// User is a generic user for all procotols.
type User struct {
Level uint32 `protobuf:"varint,1,opt,name=level" json:"level,omitempty"`
Email string `protobuf:"bytes,2,opt,name=email" json:"email,omitempty"`