client

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ServeWs

func ServeWs(bus *Bus, w http.ResponseWriter, r *http.Request)

serveWs handles websocket requests from the peer.

Types

type Bus

type Bus struct {

	// State changed.
	Notify chan []byte

	// Register requests from the clients.
	Register chan *Client

	// Unregister requests from clients.
	Unregister chan *Client
	// contains filtered or unexported fields
}

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

func NewBus

func NewBus() *Bus

func (*Bus) Run

func (bus *Bus) Run()

type Client

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

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

Jump to

Keyboard shortcuts

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