websockets

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionForRoom added in v1.3.0

type ConnectionForRoom struct {
	Room   string
	Active bool
}

type ConnectionWithRoom added in v1.3.0

type ConnectionWithRoom struct {
	Room string
	C    *connection
}

type Hub

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

func NewHub

func NewHub() *Hub

func (*Hub) Broadcast

func (h *Hub) Broadcast(data *MessageForRoom)

func (*Hub) Serve

func (h *Hub) Serve(w http.ResponseWriter, r *http.Request)

type MessageForRoom added in v1.3.0

type MessageForRoom struct {
	Room string
	Msg  *data.Message
}

Jump to

Keyboard shortcuts

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