v2ray-core/transport/internet/connection.go

10 lines
77 B
Go

package internet
import (
"net"
)
type Connection interface {
net.Conn
}