(connIndex uint8)
| 68 | } |
| 69 | |
| 70 | func (o *Observer) sendRegisteringEvent(connIndex uint8) { |
| 71 | o.sendEvent(Event{Index: connIndex, EventType: RegisteringTunnel}) |
| 72 | } |
| 73 | |
| 74 | func (o *Observer) sendConnectedEvent(connIndex uint8, protocol Protocol, location string, edgeAddress net.IP) { |
| 75 | o.sendEvent(Event{Index: connIndex, EventType: Connected, Protocol: protocol, Location: location, EdgeAddress: edgeAddress}) |