OCI.Pagination (oci v0.0.6)

View Source

Provides pagination functionality for OCI registry operations, particularly for listing tags.

This module handles the pagination parameters and results for operations that return large sets of data, such as listing repository tags. It supports the OCI Distribution Specification's pagination model using n (number of results) and last (last seen value) parameters.

Summary

Types

t()

@type t() :: %OCI.Pagination{last: String.t() | nil, n: pos_integer() | nil}