1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-02-08 17:25:24 -05:00

Format proto files using clang-format according to google style (#264)

* Format proto files using clang-format according to google style
* Regenerate pb.go files
This commit is contained in:
Loyalsoldier
2020-10-05 08:36:40 +08:00
committed by GitHub
parent a308620073
commit bb44d01096
47 changed files with 178 additions and 139 deletions

View File

@@ -34,7 +34,8 @@ type User struct {
Level uint32 `protobuf:"varint,1,opt,name=level,proto3" json:"level,omitempty"`
Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
// Protocol specific account information. Must be the account proto in one of the proxies.
// Protocol specific account information. Must be the account proto in one of
// the proxies.
Account *serial.TypedMessage `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
}