github.com/v2fly/v2ray-core/v5@v5.16.2-0.20240507031116-8191faa6e095/transport/link.go (about) 1 package transport 2 3 import "github.com/v2fly/v2ray-core/v5/common/buf" 4 5 // Link is a utility for connecting between an inbound and an outbound proxy handler. 6 type Link struct { 7 Reader buf.Reader 8 Writer buf.Writer 9 }