mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-20 00:39:01 +08:00
log update
This commit is contained in:
@@ -53,8 +53,7 @@ func (ws *WsServer) UnRegister(c *Client) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (ws *WsServer) Validate(s interface{}) error {
|
func (ws *WsServer) Validate(s interface{}) error {
|
||||||
//TODO implement me
|
return nil
|
||||||
panic("implement me")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ws *WsServer) GetUserAllCons(userID string) ([]*Client, bool) {
|
func (ws *WsServer) GetUserAllCons(userID string) ([]*Client, bool) {
|
||||||
|
|||||||
Reference in New Issue
Block a user