Kyoo/websockets/client.go
2024-06-21 14:16:52 +00:00

7 lines
70 B
Go

package main
type Client struct {
id string
messages chan []byte
}