websocket

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsErrorOfInterest added in v0.1.5

func IsErrorOfInterest(err error) bool

Types

type Client

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

func NewClient

func NewClient(ctx context.Context, conn *websocket.Conn) (*Client, error)

func (*Client) Done added in v0.1.5

func (c *Client) Done() <-chan struct{}

func (*Client) ID added in v0.1.5

func (c *Client) ID() string

func (*Client) SetMessageHandler added in v0.1.5

func (c *Client) SetMessageHandler(handler HandleWebsocketMessage)

func (*Client) Start added in v0.1.5

func (c *Client) Start() error

func (*Client) Stop added in v0.1.5

func (c *Client) Stop()

func (*Client) Write added in v0.1.5

func (c *Client) Write(msg []byte) (int, error)

type HandleWebsocketMessage added in v0.1.5

type HandleWebsocketMessage func([]byte) error

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) Unregister added in v0.1.5

func (h *Hub) Unregister(client *Client) 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