This commit is contained in:
stSolo
2023-01-23 15:39:41 +03:00
parent ef0dac9b3a
commit 7ddd8c5fbe
39 changed files with 869 additions and 301 deletions

View File

@@ -29,6 +29,9 @@ type ItemFLIPGroup struct {
// List of client IDs
ClientIDs []uint64 `json:"clientIds"`
// Client names list
ClientNames []string `json:"clientNames"`
// Client type
ClientType string `json:"clientType"`