feat 改名

This commit is contained in:
2025-12-15 11:28:23 +08:00
parent 1bd50d298a
commit f511364984
28 changed files with 0 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
package ws_handler
type Event interface {
}
type ClientEvent struct {
Event
Msg []byte
}
type PongEvent struct {
Event
}