🎉 live server seems to be working now
This commit is contained in:
12
third_party/sendspin-go/pkg/protocol/doc.go
vendored
Normal file
12
third_party/sendspin-go/pkg/protocol/doc.go
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// ABOUTME: Resonate wire protocol package
|
||||
// ABOUTME: Defines protocol messages and WebSocket client
|
||||
// Package protocol implements the Resonate wire protocol.
|
||||
//
|
||||
// Provides message types and WebSocket client for communicating
|
||||
// with Resonate servers.
|
||||
//
|
||||
// Example:
|
||||
//
|
||||
// client, err := protocol.NewClient("localhost:8927")
|
||||
// err = client.SendHello(helloMsg)
|
||||
package protocol
|
||||
Reference in New Issue
Block a user