This commit is contained in:
2023-12-18 16:27:15 +03:00
parent cd741b7f11
commit d4065938ac
12 changed files with 685 additions and 1064 deletions

View File

@@ -2,6 +2,9 @@ package locations
// Main information about locations
type ItemLocation struct {
// AuthBroker
AuthBroker []string `json:"authBroker"`
// Grid ID
GID uint64 `json:"gid"`