modulepackage
0.0.0-20240617162144-2ee8ee9cf260
Repository: https://github.com/codingsandmore/ws.git
Documentation: pkg.go.dev
# README
ws
A Generic WS Client
Warning
this is work in progress and not even remotely stable code and very limited in its functionality.
Usage
import (
ws "github.com/codingsandmore/ws"
)
ws := *ws.NewDefaultClient("wss://pumpportal.fun/api/data")
ws.Subscribe....
# Functions
No description provided by the author
# Structs
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author