mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
facad9f07e
* feat: upload/download rate for waku v1 messages * reorganize code * fix failing test
7 lines
128 B
Go
7 lines
128 B
Go
package types
|
|
|
|
type StatsSummary struct {
|
|
UploadRate uint64 `json:"uploadRate"`
|
|
DownloadRate uint64 `json:"downloadRate"`
|
|
}
|