sender에 DisconnectedCallbacks추가

This commit is contained in:
2023-08-12 19:18:22 +09:00
parent b88bcff389
commit 05478f54ae

View File

@ -94,9 +94,10 @@ const (
) )
type Sender struct { type Sender struct {
Region string Region string
Accid primitive.ObjectID Accid primitive.ObjectID
Alias string Alias string
DisconnectedCallbacks map[string]func()
} }
type EventReceiver interface { type EventReceiver interface {