Files
HY2XS_flamy/apps/model/bo/hysteria2_api.go
T

7 lines
115 B
Go

package bo
type Hysteria2UserTraffic struct {
Tx int64 `json:"tx"` // upload
Rx int64 `json:"rx"` // download
}