Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RpcResponse ¶
type RpcResponse struct {
Status string `json:"status"`
Data interface{} `json:"data"`
}
type WsService ¶
type WsService struct {
Ctx *context.Context
Cfg *configs.MainConfiguration
ClientHandshakeChannel *chan *entities.ClientHandshake
}
func NewWsService ¶
func (*WsService) ServeWebSocket ¶
func (p *WsService) ServeWebSocket(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.