InsightsReportInterval is the interval of time over which to generate a smaller insights report within a time range.
| 20 | // InsightsReportInterval is the interval of time over which to generate a |
| 21 | // smaller insights report within a time range. |
| 22 | type InsightsReportInterval string |
| 23 | |
| 24 | // Days returns the duration of the interval in days. |
| 25 | func (interval InsightsReportInterval) Days() int32 { |
no outgoing calls
no test coverage detected