mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-26 22:21:47 +03:00
6 lines
61 B
Go
6 lines
61 B
Go
package constant
|
|
|
|
const (
|
|
V2RayTransportTypeGRPC = "grpc"
|
|
)
|