Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
7
pkg/common/memory_region.go
Normal file
7
pkg/common/memory_region.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package common
|
||||
|
||||
type MemoryRegion struct {
|
||||
ID int64 `json:"-"`
|
||||
Offset uint64 `json:"offset"`
|
||||
Length uint64 `json:"length" validate:"gt=0"`
|
||||
}
|
||||
Reference in New Issue
Block a user