add client group

This commit is contained in:
Alireza Ahmadi
2024-07-23 22:57:19 +02:00
parent 869c51885f
commit 0bb3a67f79
9 changed files with 18 additions and 2 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ type Client struct {
Expiry int64 `json:"expiry" form:"expiry"`
Down int64 `json:"down" form:"down"`
Up int64 `json:"up" form:"up"`
Desc string `json:"desc" from:"desc"`
Desc string `json:"desc" form:"desc"`
Group string `json:"group" form:"group"`
}
type Stats struct {