package common type MemoryRegion struct { ID int64 `json:"-"` Offset uint64 `json:"offset"` Length uint64 `json:"length" validate:"gt=0"` }