FindLogById finds a single Log entry by its id.
(id string)
| 374 | |
| 375 | // FindLogById finds a single Log entry by its id. |
| 376 | FindLogById(id string) (*Log, error) |
| 377 | |
| 378 | // LogsStatsItem returns hourly grouped logs statistics. |
| 379 | LogsStats(expr dbx.Expression) ([]*LogsStatsItem, error) |
no outgoing calls