feat(api): implement sorting functionality for nodes and servers
This commit is contained in:
@@ -165,9 +165,7 @@ type (
|
||||
Message string `json:"message,omitempty"`
|
||||
}
|
||||
ResetSortRequest {
|
||||
Page int `json:"page"`
|
||||
Size int `json:"size"`
|
||||
Sort []int64 `json:"sort"`
|
||||
Sort []SortItem `json:"sort"`
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user