Skip to content

Commit

Permalink
[ENH]: Add offset/limit collection sysdb (#1999)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
     - Add offset and limit support in collection endpoint sysdb
## Test plan
*How are these changes tested?*
Added test
  • Loading branch information
nicolasgere committed Apr 15, 2024
1 parent df29a41 commit 8848300
Show file tree
Hide file tree
Showing 25 changed files with 1,250 additions and 337 deletions.
18 changes: 9 additions & 9 deletions go/mocks/Catalog.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

147 changes: 147 additions & 0 deletions go/mocks/DBTX.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions go/mocks/ICollectionDb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions go/mocks/ICoordinator.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions go/mocks/IMetaDomain.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 14 additions & 12 deletions go/mocks/IWatcher.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8848300

Please sign in to comment.