websocket

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2024 License: Apache-2.0 Imports: 7 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(conn *websocket.Conn, hub *Hub) (*Client, error)

func (*Client) Go

func (c *Client) Go()

type Hub

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

func NewHub

func NewHub(ctx context.Context) *Hub

func (*Hub) Close added in v0.1.4

func (h *Hub) Close() error

func (*Hub) Register

func (h *Hub) Register(client *Client) error

func (*Hub) Start

func (h *Hub) Start() error

func (*Hub) Stop

func (h *Hub) Stop() error

func (*Hub) Wait

func (h *Hub) Wait() error

func (*Hub) Write

func (h *Hub) Write(msg []byte) (int, error)

Jump to

Keyboard shortcuts

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