(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem)
| 31 | |
| 32 | type IBasicOverview interface { |
| 33 | RequestOverview(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem) ([]time.Time, *monitor.StatusCodeOverview, []*monitor.StatusCodeOverview, error) |
| 34 | TopN(ctx context.Context, start time.Time, end time.Time, limit int, groupBy string, wheres []monitor.MonWhereItem) ([]*monitor.TopN, error) |
| 35 | ConsumerOverview(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem) (int64, map[time.Time]int64, error) |
| 36 | } |
no outgoing calls
no test coverage detected