package
0.0.0-20200317130110-931966b891fe
Repository: https://github.com/eclipse/che-go-jsonrpc.git
Documentation: pkg.go.dev

# Functions

Dial establishes a new client WebSocket connection.
Upgrade upgrades http connection to WebSocket connection.

# Variables

default dialer that is used for WebSocket connection establishing may be changed by client if custom settings are needed.
default upgrader that is used for upgrading http connection to WebSocket may be changed by client if custom settings are needed.

# Structs

NativeConnAdapter adapts WebSocket connection to jsonrpc.NativeConn.