MCPcopy Index your code
hub / github.com/coder/coder / InsightsReportInterval

TypeAlias InsightsReportInterval

codersdk/insights.go:22–22  ·  view source on GitHub ↗

InsightsReportInterval is the interval of time over which to generate a smaller insights report within a time range.

Source from the content-addressed store, hash-verified

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

Callers 1

parseInsightsIntervalFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected