调整注释
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
//
|
||||
// Description : 消息相关操作
|
||||
//
|
||||
// Author : go_developer@163.com<张德满>
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 2021-03-28 5:15 下午
|
||||
package message
|
||||
@ -17,7 +17,7 @@ import (
|
||||
|
||||
// Response 对当前连接的相关行为做出响应
|
||||
//
|
||||
// Author : go_developer@163.com<张德满>
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 5:17 下午 2021/3/28
|
||||
func Response(wsCtx *context.WSContext, data map[string]interface{}) error {
|
||||
@ -27,7 +27,7 @@ func Response(wsCtx *context.WSContext, data map[string]interface{}) error {
|
||||
|
||||
// Broadcast 消息广播
|
||||
//
|
||||
// Author : go_developer@163.com<张德满>
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 5:43 下午 2021/4/8
|
||||
func Broadcast(message string, ctxList ...context.WSContext) map[string]error {
|
||||
|
Reference in New Issue
Block a user