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 ProxyHandler ¶
type ProxyHandler = func(ctx *fasthttp.RequestCtx, buf *pools.ByteBuffer)
Click to show internal directories.
Click to hide internal directories.