sing/common/metadata/metadata.go
2024-11-05 18:43:04 +08:00

8 lines
137 B
Go

package metadata
// Deprecated: wtf is this?
type Metadata struct {
Protocol string
Source Socksaddr
Destination Socksaddr
}