mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-06 05:17:38 +03:00
7 lines
109 B
Go
7 lines
109 B
Go
package metadata
|
|
|
|
type Metadata struct {
|
|
Protocol string
|
|
Source Socksaddr
|
|
Destination Socksaddr
|
|
}
|