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
@@ -1608,9 +1608,7 @@ type ResetPasswordRequest struct {
}
type ResetSortRequest struct {
Page int `json:"page"`
Size int `json:"size"`
Sort []int64 `json:"sort"`
Sort []SortItem `json:"sort"`
}
type ResetSubscribeLog struct {