websocket

package
v0.0.0-...-7c74336 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func NewClient

func NewClient(hub *Hub, socket *websocket.Conn) *Client

func (*Client) Close

func (c *Client) Close()

func (*Client) Write

func (c *Client) Write()

type Hub

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

func NewHub

func NewHub() *Hub

func (*Hub) Broadcast

func (hub *Hub) Broadcast(message interface{}, ignore *Client)

func (*Hub) HandleWebSocket

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

func (*Hub) Run

func (hub *Hub) Run()

Jump to

Keyboard shortcuts

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