ws

package
v0.4.6 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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.

type Server

type Server struct {
	Started chan bool
	Stop    chan bool
	// contains filtered or unexported fields
}

func Start

func Start(c config.Config) (*Server, error)

type WebsocketMessage

type WebsocketMessage struct {
	// Version is kel-agent version info
	Version string        `json:"version,omitempty"`
	Wsjtx   wwrap.Message `json:"wsjtx,omitempty"`
}

Jump to

Keyboard shortcuts

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