| 10 | var _ workspaceapps.StatsReporter = (*appStatsReporter)(nil) |
| 11 | |
| 12 | type appStatsReporter struct { |
| 13 | Client *wsproxysdk.Client |
| 14 | } |
| 15 | |
| 16 | func (r *appStatsReporter) ReportAppStats(ctx context.Context, stats []workspaceapps.StatsReport) error { |
| 17 | err := r.Client.ReportAppStats(ctx, wsproxysdk.ReportAppStatsRequest{ |
nothing calls this directly
no outgoing calls
no test coverage detected