mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
8 lines
137 B
Go
8 lines
137 B
Go
package metadata
|
|
|
|
// Deprecated: wtf is this?
|
|
type Metadata struct {
|
|
Protocol string
|
|
Source Socksaddr
|
|
Destination Socksaddr
|
|
}
|