mid prog
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package WsMessageFrom
|
||||
|
||||
type WsMessageToUserFrom uint8
|
||||
|
||||
const (
|
||||
Server WsMessageToUserFrom = iota
|
||||
DirectMessage
|
||||
Group
|
||||
)
|
||||
Reference in New Issue
Block a user