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
Anton Averchenkov 5e6c9eecbe
Clean up loop captures in tests (#6592)
2 weeks ago
..
plugin [COMPLIANCE] Update Copyright & License Headers 1 month ago
purge Clean up loop captures in tests (#6592) 2 weeks ago
README.md internal/pagination: add new pagination package 2 years ago
doc.go [COMPLIANCE] Update Copyright & License Headers 1 month ago
example_test.go [COMPLIANCE] Update Copyright & License Headers 1 month ago
item.go [COMPLIANCE] Update Copyright & License Headers 1 month ago
pagination.go [COMPLIANCE] Update Copyright & License Headers 1 month ago
pagination_test.go [COMPLIANCE] Update Copyright & License Headers 1 month 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.