mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-31 18:10:50 +01:00
refactor: code cleanup
This commit is contained in:
@@ -5,8 +5,3 @@ type StatsDailyItem struct {
|
||||
Tasks int64 `json:"tasks" bson:"tasks"`
|
||||
Results int64 `json:"results" bson:"results"`
|
||||
}
|
||||
|
||||
type StatsTasksByStatusItem struct {
|
||||
Status string `json:"status" bson:"_id"`
|
||||
Tasks int64 `json:"tasks" bson:"tasks"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user