sender에 DisconnectedCallbacks추가
This commit is contained in:
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user