Documentation
¶
Index ¶
Constants ¶
View Source
const ( ManagementComponent = "/management" SignalComponent = "/signal" FlowComponent = "/flow" )
Component paths that are appended to ProxyPath
View Source
const ProxyPath = "/ws-proxy"
ProxyPath is the base path where the WebSocket proxy is mounted on servers.
Variables ¶
View Source
var ( ErrConnectionTimeout = errors.New("WebSocket connection timeout") ErrConnectionFailed = errors.New("WebSocket connection failed") )
Common errors
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.