mirror of https://github.com/nealey/vail.git
Update go message def in docs
This commit is contained in:
parent
65dd203ab4
commit
8e9877416a
|
@ -13,6 +13,9 @@ type Message struct {
|
||||||
// Timestamp of this message. Milliseconds since epoch.
|
// Timestamp of this message. Milliseconds since epoch.
|
||||||
Timestamp int64
|
Timestamp int64
|
||||||
|
|
||||||
|
// Number of connected clients.
|
||||||
|
Clients uint16
|
||||||
|
|
||||||
// Message timing in milliseconds.
|
// Message timing in milliseconds.
|
||||||
// Timings alternate between tone and silence.
|
// Timings alternate between tone and silence.
|
||||||
// For example, `A` could be sent as [80, 80, 240]
|
// For example, `A` could be sent as [80, 80, 240]
|
||||||
|
|
Loading…
Reference in New Issue