sender에 DisconnectedCallbacks추가
This commit is contained in:
@ -97,6 +97,7 @@ type Sender struct {
|
||||
Region string
|
||||
Accid primitive.ObjectID
|
||||
Alias string
|
||||
DisconnectedCallbacks map[string]func()
|
||||
}
|
||||
|
||||
type EventReceiver interface {
|
||||
|
||||
Reference in New Issue
Block a user