You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is better to separate the sorting parameters into new types for each resource and validate them against their fields. also separate the sort_by and sort_order from the limit into a new struct which will be integrated only when its needed.
The text was updated successfully, but these errors were encountered:
instead of filtering based on the
sort
tag on the resource struct, sometimes we need to apply a sorting that has no equivalent fieldtfgrid-sdk-go/grid-proxy/pkg/types/nodes.go
Line 54 in 953055d
It is better to separate the sorting parameters into new types for each resource and validate them against their fields. also separate the
sort_by
andsort_order
from the limit into a new struct which will be integrated only when its needed.The text was updated successfully, but these errors were encountered: