sing-box/constant/v2ray.go
2022-08-22 18:57:05 +08:00

6 lines
61 B
Go

package constant
const (
V2RayTransportTypeGRPC = "grpc"
)