| 153 | } |
| 154 | |
| 155 | type eventBroadcasterImpl struct { |
| 156 | *watch.Broadcaster |
| 157 | sleepDuration time.Duration |
| 158 | options CorrelatorOptions |
| 159 | } |
| 160 | |
| 161 | // StartRecordingToSink starts sending events received from the specified eventBroadcaster to the given sink. |
| 162 | // The return value can be ignored or used to stop recording, if desired. |
nothing calls this directly
no outgoing calls
no test coverage detected