server

package
v0.0.0-...-ff2426d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2019 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ServeWs

func ServeWs(hub *Hub, c *gin.Context)

ServeWs handles websocket requests from the peer.

Types

type ChatRequest

type ChatRequest struct {
	RoomID   string `json:"room_id" form:"room_id"`
	UserID   int    `json:"user_id" form:"user_id"`
	UserName string `json:"user_name" form:"user_name"`
}

ChatRequest 聊天室请求

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client is a middleman between the websocket connection and the hub.

type Hub

type Hub struct {
	// contains filtered or unexported fields
}

Hub maintains the set of active clients and broadcasts messages to the clients.

func NewHub

func NewHub() *Hub

NewHub .

func (*Hub) Run

func (h *Hub) Run()

Run .

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL