feat 改名
This commit is contained in:
13
Server/gatewaytt/handler/ws_handler/event.go
Normal file
13
Server/gatewaytt/handler/ws_handler/event.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package ws_handler
|
||||
|
||||
type Event interface {
|
||||
}
|
||||
|
||||
type ClientEvent struct {
|
||||
Event
|
||||
Msg []byte
|
||||
}
|
||||
|
||||
type PongEvent struct {
|
||||
Event
|
||||
}
|
||||
Reference in New Issue
Block a user