mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 04:47:37 +03:00
5 lines
61 B
Go
5 lines
61 B
Go
package constant
|
|
|
|
const (
|
|
V2RayTransportTypeGRPC = "grpc"
|
|
)
|