Подготовить HY2XS к production-сборке
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package bo
|
||||
|
||||
type Hysteria2UserTraffic struct {
|
||||
Tx int64 `json:"tx"` // upload
|
||||
Rx int64 `json:"rx"` // download
|
||||
}
|
||||
Reference in New Issue
Block a user