mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-03-14 08:18:13 -04:00
8 lines
129 B
Go
8 lines
129 B
Go
![]() |
package v2board
|
||
|
|
||
|
type UserTraffic struct {
|
||
|
UID int `json:"user_id"`
|
||
|
Upload int64 `json:"u"`
|
||
|
Download int64 `json:"d"`
|
||
|
}
|