diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-21 20:16:54 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-21 20:16:54 +0300 |
| commit | b45e63a14a70663261c046fe0e080f1562c50947 (patch) | |
| tree | 149d6d580554133171d1558f6c086b5105541221 /xray | |
| parent | 3007bcff97bee811beabcb43279fb957ba1fe4e0 (diff) | |
API: UUID for getClientTraffics
Diffstat (limited to 'xray')
| -rw-r--r-- | xray/client_traffic.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xray/client_traffic.go b/xray/client_traffic.go index 4bb164d2..fcb2585e 100644 --- a/xray/client_traffic.go +++ b/xray/client_traffic.go @@ -7,6 +7,7 @@ type ClientTraffic struct { InboundId int `json:"inboundId" form:"inboundId"` Enable bool `json:"enable" form:"enable"` Email string `json:"email" form:"email" gorm:"unique"` + UUID string `json:"uuid" form:"uuid" gorm:"-"` SubId string `json:"subId" form:"subId" gorm:"-"` Up int64 `json:"up" form:"up"` Down int64 `json:"down" form:"down"` |
