Documentation ¶
Index ¶
Constants ¶
View Source
const ( AuthRequestFlag = "<A" AuthResponseFlag = ">A" ProxyRequestFlag = "<P" ProxyResponseFlag = ">P" PingFlag = "<p" PongFlag = ">q" CloseProxyFlag = "<C" UDPMessageFlag = "UM" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthRequest ¶
type AuthResponse ¶
type CloseProxy ¶
type ProxyRequest ¶
type ProxyRequest struct { ClientId string `json:"client_id,omitempty"` ProxyName string `json:"name,omitempty"` ProxyType string `json:"type,omitempty"` ProxyIp string `json:"ip,omitempty"` ProxyPort string `json:"port,omitempty"` RemoteIp string `json:"remote_ip,omitempty"` RemotePort string `json:"remote_port"` }
type ProxyResponse ¶
type UDPMessage ¶
Click to show internal directories.
Click to hide internal directories.