mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-30 09:50:55 +00:00
Reformat, fix doc
This commit is contained in:
parent
50e295c834
commit
7be7fc5c3a
7 changed files with 23 additions and 24 deletions
|
@ -108,8 +108,7 @@ type ClientInfo struct {
|
|||
// True if the client has already sent the 'ready' command
|
||||
ReadyComplete bool
|
||||
|
||||
// Server-initiated messages should be sent here
|
||||
// This field will be nil before it is closed.
|
||||
// Server-initiated messages should be sent via the Send() method
|
||||
MessageChannel chan<- ClientMessage
|
||||
|
||||
// Closed when the client is shutting down.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue