sockets

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2021 License: GPL-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Comment

func Comment(socketPayload *models.SocketPayload, clients []*Client, invokingClient *Client)

func DeleteMessage

func DeleteMessage(socketPayload *models.SocketPayload, clients []*Client, invokingClient *Client, message []byte)

func MarkMessagesAsRead

func MarkMessagesAsRead(socketPayload *models.SocketPayload, invokingClient *Client, clients []*Client)

func Message

func Message(socketPayload *models.SocketPayload, clients []*Client, invokingClient *Client)

func Post

func Post(socketPayload *models.SocketPayload, clients []*Client, invokingClient *Client)

func RemoveBirthday

func RemoveBirthday(socketPayload *models.SocketPayload, invokingClient *Client)

func ServeWs

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

serveWs handles websocket requests from the peer.

func Typing

func Typing(socketPayload *models.SocketPayload, invokingClient *Client, eventType string)

func UpdateProfile

func UpdateProfile(socketPayload *models.SocketPayload, invokingClient *Client)

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) Run

func (h *Hub) Run()

type UserClientPayload

type UserClientPayload struct {
	UserID string
	Client *Client
}

type UserMessagePayload

type UserMessagePayload struct {
	UserID         string
	Message        []byte
	InvokingClient *Client
}

Jump to

Keyboard shortcuts

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