counterfeiter:generate . AnalyticsService
| 32 | |
| 33 | //counterfeiter:generate . AnalyticsService |
| 34 | type AnalyticsService interface { |
| 35 | SendStats(ctx context.Context, stats []*livekit.AnalyticsStat) |
| 36 | SendEvent(ctx context.Context, events *livekit.AnalyticsEvent) |
| 37 | SendNodeRoomStates(ctx context.Context, nodeRooms *livekit.AnalyticsNodeRooms) |
| 38 | RoomProjectReporter(ctx context.Context) roomobs.ProjectReporter |
| 39 | } |
| 40 | |
| 41 | // ---------------------------- |
| 42 |
no outgoing calls
no test coverage detected