fix: unified resource server list queries order column (#108094)
This commit is contained in:
@@ -242,10 +242,13 @@ func (r *resourceHistoryReadLatestRVResponse) Results() (*resourceHistoryReadLat
|
||||
}
|
||||
|
||||
type historyListRequest struct {
|
||||
ResourceVersion, Limit, Offset int64
|
||||
Folder string
|
||||
Options *resourcepb.ListOptions
|
||||
ResourceVersion int64
|
||||
Limit int64
|
||||
Offset int64
|
||||
Folder string
|
||||
Options *resourcepb.ListOptions
|
||||
}
|
||||
|
||||
type sqlResourceHistoryListRequest struct {
|
||||
sqltemplate.SQLTemplate
|
||||
Request *historyListRequest
|
||||
|
||||
Reference in New Issue
Block a user