Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloseHandler ¶
type Gateway ¶
type Gateway interface { Start() Run() Shutdown() GetConn(connID uint64) rony.Conn Addr() []string }
Gateway defines the gateway interface where clients could connect and communicate with the edge server
type ProxyHandle ¶ added in v0.6.1
type RequestCtx ¶ added in v0.5.23
type RequestCtx = fasthttp.RequestCtx
Click to show internal directories.
Click to hide internal directories.