You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/internal/pagination
Michael Gaffney 9354a4ebcf
refactor(scheduler): Add statusThreshold parameter to job.Run
1 year ago
..
plugin internal/pagination: add notes about plugin map 2 years ago
purge refactor(scheduler): Add statusThreshold parameter to job.Run 1 year ago
README.md internal/pagination: add new pagination package 2 years ago
doc.go internal/pagination: add new pagination package 2 years ago
example_test.go internal/pagination: stop using unknown resource type 2 years ago
item.go pagination: refactor for new pagination design 2 years ago
pagination.go internal/pagination: add generic ListPlugin functions 2 years ago
pagination_test.go internal/pagination: stop using unknown resource type 2 years ago

README.md

Boundary list pagination logic

This package encapsulates the logic used to attempt to fill every page in a request to a Boundary list endpoint. For example use, see example_test.go.