package
0.2.14-alpha
Repository: https://github.com/lightninglabs/faraday.git
Documentation: pkg.go.dev
# Functions
QueryPaginated gets calls the paginated query function until it it has retrieved all the items from the query endpoint, or the calling context is cancelled.
# Type aliases
PaginatedQuery is a function which makes a call to a paginated api and adds returns the index offset of the last entry and the number of events that were returned.