ws

package
v0.2.8 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ServeWs

func ServeWs(w http.ResponseWriter, r *http.Request, hub *Hub)

ServeWs handles websocket requests from the peer.

Types

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

func (*Hub) Broadcast

func (h *Hub) Broadcast(msg []byte)

type MsgHandleFunc

type MsgHandleFunc func(msg []byte)

type SimpleWsClient

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

func NewSimpleWsClient

func NewSimpleWsClient(token string) *SimpleWsClient

func (SimpleWsClient) Subscribe

func (s SimpleWsClient) Subscribe(params ...SimpleWsClientParam)

type SimpleWsClientParam

type SimpleWsClientParam struct {
	Url        string
	HandleFunc MsgHandleFunc
}

Jump to

Keyboard shortcuts

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