1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-08 18:36:45 -05:00
v2fly/transport/internet/security/connprop.go

6 lines
119 B
Go
Raw Normal View History

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