added Offset and Limit to Orders struct
This commit is contained in:
@@ -68,6 +68,8 @@ type OrderUpdate struct {
|
||||
|
||||
type Orders struct {
|
||||
TotalItems int
|
||||
Offest int
|
||||
Limit int
|
||||
Items []Order
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user