Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gateway ¶
type Gateway struct {
// contains filtered or unexported fields
}
func (*Gateway) ListenAndServe ¶
func (*Gateway) LoadConfig ¶
func (g *Gateway) LoadConfig(conf *sx.GatewayConfig) error
LoadConfig configures the Gateway to use a new configuration. If the gateway was already running, it will start using the new configuration for new requests.
func (*Gateway) ServeFastHTTP ¶
func (g *Gateway) ServeFastHTTP(ctx *fasthttp.RequestCtx)
ServeFastHTTP implements the valyala/fasthttp handler interface.
Click to show internal directories.
Click to hide internal directories.