1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-21 08:35:20 -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

@@ -111,7 +111,8 @@ type Config struct {
unknownFields protoimpl.UnknownFields
Clients []*protocol.User `protobuf:"bytes,1,rep,name=clients,proto3" json:"clients,omitempty"`
// Decryption settings. Only applies to server side, and only accepts "none" for now.
// Decryption settings. Only applies to server side, and only accepts "none"
// for now.
Decryption string `protobuf:"bytes,2,opt,name=decryption,proto3" json:"decryption,omitempty"`
Fallbacks []*Fallback `protobuf:"bytes,3,rep,name=fallbacks,proto3" json:"fallbacks,omitempty"`
}