MCPcopy
hub / github.com/cloudflare/cloudflared / sendRegisteringEvent

Method sendRegisteringEvent

connection/observer.go:70–72  ·  view source on GitHub ↗
(connIndex uint8)

Source from the content-addressed store, hash-verified

68}
69
70func (o *Observer) sendRegisteringEvent(connIndex uint8) {
71 o.sendEvent(Event{Index: connIndex, EventType: RegisteringTunnel})
72}
73
74func (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})

Callers 1

Calls 1

sendEventMethod · 0.95

Tested by 1