mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-14 20:39:36 +03:00
v1.0.0
This commit is contained in:
9
transport/link.go
Normal file
9
transport/link.go
Normal file
@ -0,0 +1,9 @@
|
||||
package transport
|
||||
|
||||
import "github.com/xtls/xray-core/v1/common/buf"
|
||||
|
||||
// Link is a utility for connecting between an inbound and an outbound proxy handler.
|
||||
type Link struct {
|
||||
Reader buf.Reader
|
||||
Writer buf.Writer
|
||||
}
|
Reference in New Issue
Block a user