mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
10 lines
141 B
Go
10 lines
141 B
Go
package core
|
|
|
|
// VSegment is a connection between 2 VPoints
|
|
type VSegment struct {
|
|
}
|
|
|
|
func NewVSegment() *VSegment {
|
|
return new(VSegment)
|
|
}
|