typings

package
v0.0.0-...-b15c3c4 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2021 License: LGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GeneralChannel

type GeneralChannel interface {
	Add(socket GeneralSocket) error
	Remove(id string)
	Broadcast(message events.MessageResponsePayload)
}

GeneralChannel .

type GeneralSocket

type GeneralSocket interface {
	Send(event string, payload interface{})
	GetID() string
}

GeneralSocket .

Jump to

Keyboard shortcuts

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