Categorygithub.com/golang-interfaces/github.com-gorilla-websocket
modulepackage
0.0.0-20210510235805-b4e71a9586a5
Repository: https://github.com/golang-interfaces/github.com-gorilla-websocket.git
Documentation: pkg.go.dev

# README

Build Status

problem statement

gorilla/websocket package exposed via interface

features

Be advised: this project is currently at Major version zero. Per the semantic versioning spec: "Major version zero (0.y.z) is for initial development. Anything may change at any time. The public API should not be considered stable."

Releases

for every release:

Versioning

This project adheres to the Semantic Versioning specification

Contributing

see CONTRIBUTING.md

Changelog

see CHANGELOG.md

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Conn is implemented by websocket.Conn.
Dialer is implemented by websocket.Dialer.
Upgrader is implemented by websocket.Upgrader.