(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem)
| 39 | TrafficOverviewByStatusCode(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem) ([]time.Time, *monitor.StatusCodeOverview, []*monitor.StatusCodeOverview, error) |
| 40 | AvgResponseTimeOverview(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem) ([]time.Time, *monitor.Aggregate, []int64, error) |
| 41 | SumResponseTimeOverview(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem) ([]time.Time, *monitor.Aggregate, []int64, error) |
| 42 | } |
| 43 | |
| 44 | type IAIOverview interface { |
no outgoing calls
no test coverage detected