Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerListReply ¶
type ServerListReply struct { Domain string `json:"domain,omitempty"` TCPPort int32 `json:"tcp_port,omitempty"` WsPort int32 `json:"ws_port,omitempty"` WssPort int32 `json:"wss_port,omitempty"` Heartbeat int32 `json:"heartbeat,omitempty"` HeartbeatMax int32 `json:"heartbeat_max,omitempty"` Nodes []string `json:"nodes,omitempty"` Backoff *Backoff `json:"backoff,omitempty"` }
func (*ServerListReply) ServerListChange ¶
func (l *ServerListReply) ServerListChange(w *wardensvr.ServerListReply)
Click to show internal directories.
Click to hide internal directories.