add client description

This commit is contained in:
Alireza Ahmadi
2024-04-25 18:33:07 +02:00
parent fa922291ea
commit abb869c75b
11 changed files with 19 additions and 9 deletions
+1
View File
@@ -26,6 +26,7 @@ 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"`
}
type Stats struct {