(userId, customId string, keyIds []string, start int64, end int64)
| 38 | GetTopKeyReporting(r *event.KeyReportingRequest) (*event.KeyReportingResponse, error) |
| 39 | GetKeyReporting(keyId string) (*key.KeyReporting, error) |
| 40 | GetEvents(userId, customId string, keyIds []string, start int64, end int64) ([]*event.Event, error) |
| 41 | GetEventsV2(r *event.EventRequest) (*event.EventResponse, error) |
| 42 | GetEventReporting(e *event.ReportingRequest) (*event.ReportingResponse, error) |
| 43 | GetAggregatedEventByDayReporting(e *event.ReportingRequest) (*event.ReportingResponseV2, error) |
no outgoing calls
no test coverage detected