WeeklyPoint is one bucket of the lookups/tokens sparkline.
| 15 | |
| 16 | // WeeklyPoint is one bucket of the lookups/tokens sparkline. |
| 17 | type WeeklyPoint struct { |
| 18 | WeekStart time.Time |
| 19 | Lookups int |
| 20 | Tokens int64 |
| 21 | } |
| 22 | |
| 23 | // Stats is the fully-aggregated analytics result for one window/project. |
| 24 | type Stats struct { |
nothing calls this directly
no outgoing calls
no test coverage detected