ws

package
v0.0.0-...-e68ba9a Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Serve

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

Serve 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(scribble *Scribble)

func (*Hub) Run

func (h *Hub) Run()

type Scribble

type Scribble struct {
	ID        string            `json:"id"`
	DateSent  time.Time         `json:"date_sent"`
	ShareMode string            `json:"shareMode"`
	URLs      map[string]string `json:"urls"`

	Sent bool
}

TODO: Use Scribble in handwritingio/scribblechat/api/sc/metadata.go

Jump to

Keyboard shortcuts

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