mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-15 20:33:09 +00:00
7 lines
128 B
Go
7 lines
128 B
Go
package types
|
|
|
|
type StatsSummary struct {
|
|
UploadRate uint64 `json:"uploadRate"`
|
|
DownloadRate uint64 `json:"downloadRate"`
|
|
}
|