mirror of
https://github.com/rancher/steve.git
synced 2025-09-04 17:01:16 +00:00
Remove limit and continue param for SQL cache (#643)
This commit is contained in:
@@ -25,8 +25,6 @@ const (
|
||||
|
||||
// ListOptions represents the query parameters that may be included in a list request.
|
||||
type ListOptions struct {
|
||||
ChunkSize int
|
||||
Resume string
|
||||
Filters []OrFilter
|
||||
SortList SortList
|
||||
Pagination Pagination
|
||||
|
Reference in New Issue
Block a user