feat(api): implement sorting functionality for nodes and servers

This commit is contained in:
Chang lue Tsen
2025-09-01 13:13:07 -04:00
parent d4850a73f3
commit 26b2afe06d
8 changed files with 210 additions and 8 deletions
+1 -3
View File
@@ -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"`
}
)