go-tunnel/control/proxy.go

11 lines
170 B
Go

package control
type ProxyRequestPayload struct {
Network string `json:"n"`
Address string `json:"a"`
}
type CloseProxyPayload struct {
RequestID int64 `json:"i"`
}