websocket

package
v0.2.0-alpha Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Copyright 2025 Cloudbase Solutions SRL

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.

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