feat(traffic): add protocol handling and update traffic statistics calculation
This commit is contained in:
@@ -10,6 +10,7 @@ type UserTraffic struct {
|
||||
|
||||
type TrafficStatistics struct {
|
||||
ServerId int64 `json:"server_id"`
|
||||
Protocol string `json:"protocol"`
|
||||
Logs []UserTraffic `json:"logs"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user