(snapshot *Snapshot)
| 134 | } |
| 135 | |
| 136 | func (r *remoteReporter) Report(snapshot *Snapshot) { |
| 137 | go r.reportSync(snapshot) |
| 138 | } |
| 139 | |
| 140 | func (r *remoteReporter) reportSync(snapshot *Snapshot) { |
| 141 | snapshot.DeploymentID = r.options.DeploymentID |
nothing calls this directly
no test coverage detected