ws

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package ws implements a WebSocket hub that bridges the internal event bus to connected clients (both browser and service consumers).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Hub

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

Hub manages connected WebSocket clients and fans events out to them.

func NewHub

func NewHub(logger *slog.Logger, apiKey []byte) *Hub

NewHub creates a Hub that broadcasts events to connected WebSocket clients.

func (*Hub) HandleEvent

func (h *Hub) HandleEvent(_ context.Context, e events.Event)

HandleEvent implements events.Handler. It marshals the event to JSON and delivers it to every connected client.

func (*Hub) ServeHTTP

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

ServeHTTP upgrades the connection to WebSocket and starts pumping events.

Jump to

Keyboard shortcuts

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