package
0.38.1
Repository: https://github.com/determined-ai/determined.git
Documentation: pkg.go.dev

# Functions

UpgradeConnection is a helper function for upgrading stdlib HTTP requests to WebSockets using a zero-value Gorilla Upgrader.
UpgradeEchoConnection is a helper function for upgrading Echo requests to WebSockets using a zero-value Gorilla Upgrader.
Wrap the given, underlying *websocket.Conn and returns a higher level, thread-safe wrapper.

# Structs

WebSocket is a facade that wraps a Gorilla websocket and provides a higher-level, type-safe, and thread-safe API by specializing for JSON encoding/decoding and using channels for read/write.