Regc.Page (regc v0.0.2)
View SourceOne page from a paginated registry operation.
Summary
Functions
Fetches the next page, or returns :done when there is no next link.
Types
Functions
@spec next(Regc.Client.t(), t()) :: {:ok, t()} | {:error, Regc.Error.t()} | :done
Fetches the next page, or returns :done when there is no next link.