WebsocketApiHandler로 변경
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user