websocket

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RequestTypeSubscribeEvent   = "subscribe_event"
	RequestTypeUnsubscribeEvent = "unsubscribe_event"
)

Request types

View Source
const (
	ResponseTypeEvent = "event"
)

Response types

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	Type string      `json:"type" yaml:"type"`
	Data interface{} `json:"data" yaml:"data"`
}

Request for websocket

type Response

type Response struct {
	Type string      `json:"type" yaml:"type"`
	Data interface{} `json:"data" yaml:"data"`
}

Response of a websocket

type SubscribeRequest

type SubscribeRequest struct {
	Resources []eventTY.Event `json:"events" yaml:"events"`
}

SubscribeRequest details

type UnsubscribeRequest

type UnsubscribeRequest struct {
	Resources []eventTY.Event `json:"events" yaml:"events"`
}

unsubscribeRequest details

Jump to

Keyboard shortcuts

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