gost/server/handler/http/metadata.go
2021-03-30 22:34:01 +08:00

7 lines
77 B
Go

package http
type metadata struct {
addr string
proxyAgent string
}