init
This commit is contained in:
7
Backend/ws/errors.go
Normal file
7
Backend/ws/errors.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package ws
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrSendQueueFull = errors.New("客户端队列堵塞")
|
||||
)
|
||||
Reference in New Issue
Block a user