enable store each Email Traffic

This commit is contained in:
Hossin Asaadi
2022-11-11 09:20:51 -05:00
parent dc8e00f2cf
commit 8deffb1b7c
5 changed files with 118 additions and 6 deletions

View File

@@ -78,9 +78,4 @@ type Client struct {
Security string `json:"security"`
Total int64 `json:"total" form:"total"`
ExpiryTime int64 `json:"expiryTime" form:"expiryTime"`
}
type ClientStats struct {
Email string `json:"email"`
Up int64 `json:"up" form:"up"`
Down int64 `json:"down" form:"down"`
}
}