WebsocketApiHandler로 변경

This commit is contained in:
2023-09-08 11:37:50 +09:00
parent 4a51f7d433
commit ce50657734
7 changed files with 423 additions and 378 deletions

View File

@ -1,11 +1,3 @@
package core
import (
"repositories.action2quare.com/ayo/gocommon/wshandler"
)
type configDocument map[string]any
type group interface {
Initialize(*Tavern, configDocument) error
ClientMessageReceived(*wshandler.Sender, wshandler.WebSocketMessageType, any)
}