Report sends a snapshot to the telemetry server. The contents of the snapshot can be a partial representation of the database. For example, if a new user is added, a snapshot can contain just that user entry.
(snapshot *Snapshot)
| 111 | // database. For example, if a new user is added, a snapshot can |
| 112 | // contain just that user entry. |
| 113 | Report(snapshot *Snapshot) |
| 114 | Enabled() bool |
| 115 | Close() |
| 116 | } |
no outgoing calls
no test coverage detected