This commit is contained in:
2025-02-07 11:11:43 +03:00
parent e04dc42d2b
commit cbce7f434f
18 changed files with 144 additions and 47 deletions

View File

@@ -242,6 +242,9 @@ type VNFDev struct {
// Main information about reservation
type ItemReservation struct {
// Account ID
AccountID uint64 `json:"account_id"`
// IP
IP string `json:"ip"`