(connIndex uint8)
| 87 | } |
| 88 | |
| 89 | func (o *Observer) SendReconnect(connIndex uint8) { |
| 90 | o.sendEvent(Event{Index: connIndex, EventType: Reconnecting}) |
| 91 | } |
| 92 | |
| 93 | func (o *Observer) sendUnregisteringEvent(connIndex uint8) { |
| 94 | o.sendEvent(Event{Index: connIndex, EventType: Unregistering}) |