(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem)
| 43 | |
| 44 | type IAIOverview interface { |
| 45 | TokenOverview(ctx context.Context, start time.Time, end time.Time, wheres []monitor.MonWhereItem) ([]time.Time, *monitor.TokenOverview, []*monitor.TokenOverview, error) |
| 46 | } |
no outgoing calls
no test coverage detected