mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
Parallelization.
This commit is contained in:
@@ -26,3 +26,8 @@ type SummaryItem struct {
|
||||
Key string `json:"key"`
|
||||
Total time.Duration `json:"total"`
|
||||
}
|
||||
|
||||
type SummaryItemContainer struct {
|
||||
Type uint8
|
||||
Items []SummaryItem
|
||||
}
|
||||
|
Reference in New Issue
Block a user