package ws func init() { N.RegisterLogic("msg", msgFunc) } // 简单明了 func msgFunc(c *Client, msg *Message) { c.Send(msg) }