1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-20 10:56:07 -04:00
v2fly/transport/internet/security/connprop.go

6 lines
119 B
Go
Raw Normal View History

package security
type ConnectionApplicationProtocol interface {
GetConnectionApplicationProtocol() (string, error)
}