Return all stats
(params Params)
| 9 | Series(params Params) (*Intervals, error) |
| 10 | // Return all stats |
| 11 | Query(params Params) (*Analytics, error) |
| 12 | // Handle adding new stats |
| 13 | Insert(params Params, analytic Analytic) error |
| 14 | // Handle bulk insert |
no outgoing calls
no test coverage detected