(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem)
| 38 | type IRestOverview interface { |
| 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 |
no outgoing calls
no test coverage detected