websocket

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package websocket is a tiny websocket client purpose-built for load-testing. It does not have any special features other than strictly what is needed.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Url          string
	EventChannel chan *model.WebSocketEvent
	// contains filtered or unexported fields
}

Client is the websocket client to perform all actions.

func NewClient4

func NewClient4(url, authToken string) (*Client, error)

NewClient4 constructs a new WebSocket client.

func (*Client) Close

func (c *Client) Close()

Close closes the client.

func (*Client) GetStatuses

func (c *Client) GetStatuses() error

func (*Client) GetStatusesByIds

func (c *Client) GetStatusesByIds(userIds []string) error

func (*Client) SendMessage

func (c *Client) SendMessage(action string, data map[string]interface{}) error

SendMessage is the method to write to the websocket.

func (*Client) UserTyping

func (c *Client) UserTyping(channelId, parentId string) error

Jump to

Keyboard shortcuts

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