session consumer로 교체
This commit is contained in:
@ -53,6 +53,6 @@ func (afc *apiFuncsContainer) call(fn string, w http.ResponseWriter, r *http.Req
|
||||
|
||||
type configDocument map[string]any
|
||||
type group interface {
|
||||
Initialize(*subTavern, configDocument) error
|
||||
Initialize(*Tavern, configDocument) error
|
||||
ClientMessageReceived(*wshandler.Sender, wshandler.WebSocketMessageType, any)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user