Add client type

This commit is contained in:
Owen
2025-07-18 16:55:38 -07:00
parent e14cffce1c
commit 510e78437c

View File

@@ -228,6 +228,7 @@ func main() {
}
// Create a new client
client, err := websocket.NewClient(
"newt",
id, // CLI arg takes precedence
secret, // CLI arg takes precedence
endpoint,